From e98b40eb1907feebe7599d3cff0dc32f82205120 Mon Sep 17 00:00:00 2001 From: stylianosgakis Date: Sun, 31 May 2026 21:22:18 +0300 Subject: [PATCH] build: bump Kotlin to 2.3.21 (prereq for Metro native aggregation) Raise the Kotlin toolchain from 2.3.20 to 2.3.21 so Metro's cross-module @Contributes* aggregation works on Apple/Native targets. Realign the Kotlin-coupled plugins that do not track version.ref="kotlin": - ksp 2.3.2 -> 2.3.9 - kmpNativeCoroutines 1.0.2 -> 1.0.3 (ships a Kotlin FIR compiler plugin) No behavior change. Android build/tests green; iOS umbrella XCFramework builds green on 2.3.21. --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 83104abf22..a39d5df838 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,10 +20,10 @@ doctor = "0.12.1" easylauncher = "6.4.1" googleServices = "4.4.4" gradleDevelocity = "4.3.2" -kmpNativeCoroutines = "1.0.2" -kotlin = "2.3.20" +kmpNativeCoroutines = "1.0.3" +kotlin = "2.3.21" kotlinter = "5.4.2" -ksp = "2.3.2" +ksp = "2.3.9" ktor = "3.4.0" license = "0.9.8" molecule = "2.2.0"