From 4b8314de6181da80c94fcba580fc3eec9cd4528d Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Mon, 28 Jul 2025 21:27:38 +0200 Subject: [PATCH 1/4] Update Kotlin to 2.2.10-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 03fcfb7..1d16372 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 c26a9de..777420a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.0" +kotlin = "2.2.10-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.0-2.0.2" -nativecoroutines = "1.0.0-ALPHA-45" +ksp = "2.2.10-RC-2.0.2" +nativecoroutines = "1.0.0-ALPHA-45-kotlin-2.2.10-RC" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From 505ab65cabf65e902b13222d9fabd66c69522844 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Mon, 28 Jul 2025 21:27:59 +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 ea0d41a..b3b523a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-12" + version = "1.0.0-BETA-12-kotlin-2.2.10-RC" } From 9491f5442cafe89a6e5ea67c97c3411b929fcdf3 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Mon, 11 Aug 2025 19:50:19 +0200 Subject: [PATCH 3/4] Update Kotlin to 2.2.10-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 1d16372..3e5b56b 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 b3b523a..c9535c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-12-kotlin-2.2.10-RC" + version = "1.0.0-BETA-12-kotlin-2.2.10-RC2" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 777420a..da0416a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.10-RC" +kotlin = "2.2.10-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.10-RC-2.0.2" -nativecoroutines = "1.0.0-ALPHA-45-kotlin-2.2.10-RC" +ksp = "2.2.10-RC2-2.0.2" +nativecoroutines = "1.0.0-ALPHA-45-kotlin-2.2.10-RC2" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From 29532802b5b115e1db7155fc8a7e5ca14ec2e1d2 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Mon, 18 Aug 2025 20:35:53 +0200 Subject: [PATCH 4/4] Update Kotlin to 2.2.10 --- .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 3e5b56b..254a1fc 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 da0416a..c09bbb7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.10-RC2" +kotlin = "2.2.10" 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.10-RC2-2.0.2" -nativecoroutines = "1.0.0-ALPHA-45-kotlin-2.2.10-RC2" +ksp = "2.2.10-2.0.2" +nativecoroutines = "1.0.0-ALPHA-46" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }