From 34350a769b397e2e1b7c3b6c12425b027170dadb Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Oct 2025 12:11:11 +0200 Subject: [PATCH 1/4] Update Kotlin to 2.2.21-RC --- .idea/kotlinc.xml | 2 +- gradle/libs.versions.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 3efb2d8..5393702 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6a1884a..b6c6b54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.20" +kotlin = "2.2.21-RC" kotlinx-coroutines = "1.10.1" android = "8.2.0" androidx-lifecycle = "2.8.7" @@ -8,8 +8,8 @@ atomicfu = "0.27.0" # Sample versions androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" -ksp = "2.2.20-2.0.2" -nativecoroutines = "1.0.0-ALPHA-47" +ksp = "2.2.21-RC-2.0.4" +nativecoroutines = "1.0.0-ALPHA-47-kotlin-2.2.21-RC" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From 7cad99d11e20a5ad0ff2cda3500398ff81f62222 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Oct 2025 12:15:11 +0200 Subject: [PATCH 2/4] Add Kotlin version suffix --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a35a83d..e5570c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-14" + version = "1.0.0-BETA-14-kotlin-2.2.21-RC" } From 0fbcb77f1caea83a82d2d2e0364a0fa9af49ad4d Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sat, 18 Oct 2025 15:52:43 +0200 Subject: [PATCH 3/4] Update Kotlin to 2.2.21-RC2 --- .idea/kotlinc.xml | 2 +- build.gradle.kts | 2 +- gradle/libs.versions.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 5393702..6d47595 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index e5570c3..5e6a117 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-14-kotlin-2.2.21-RC" + version = "1.0.0-BETA-14-kotlin-2.2.21-RC2" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b6c6b54..e36b42c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.21-RC" +kotlin = "2.2.21-RC2" kotlinx-coroutines = "1.10.1" android = "8.2.0" androidx-lifecycle = "2.8.7" @@ -8,8 +8,8 @@ atomicfu = "0.27.0" # Sample versions androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" -ksp = "2.2.21-RC-2.0.4" -nativecoroutines = "1.0.0-ALPHA-47-kotlin-2.2.21-RC" +ksp = "2.2.21-RC2-2.0.4" +nativecoroutines = "1.0.0-ALPHA-47-kotlin-2.2.21-RC2" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From 1e32abeb1a87a4a2663f25012ca1452e7d1a2254 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sat, 25 Oct 2025 14:42:44 +0200 Subject: [PATCH 4/4] Update Kotlin to 2.2.21 --- .idea/kotlinc.xml | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 6d47595..8ad8c86 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e36b42c..14a2b54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.21-RC2" +kotlin = "2.2.21" kotlinx-coroutines = "1.10.1" android = "8.2.0" androidx-lifecycle = "2.8.7" @@ -9,7 +9,7 @@ atomicfu = "0.27.0" androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" ksp = "2.2.21-RC2-2.0.4" -nativecoroutines = "1.0.0-ALPHA-47-kotlin-2.2.21-RC2" +nativecoroutines = "1.0.0-ALPHA-48" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }