From c446df38545914139cfaa1afb9ce3cef9162d0d9 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Thu, 24 Apr 2025 19:44:23 +0200 Subject: [PATCH 1/7] Update Kotlin to 2.2.0-Beta1 --- .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 7e6d719..bd1edea 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 d23c657..bafcfa1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.1.21-RC" +kotlin = "2.2.0-Beta1" kotlinx-coroutines = "1.10.1" android = "8.2.0" androidx-lifecycle = "2.8.7" @@ -8,8 +8,8 @@ atomicfu = "0.26.1" # Sample versions androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" -ksp = "2.1.21-RC-2.0.0" -nativecoroutines = "1.0.0-ALPHA-42-kotlin-2.1.21-RC" +ksp = "2.2.0-Beta1-2.0.0" +nativecoroutines = "1.0.0-ALPHA-42-kotlin-2.2.0-Beta1" [libraries] kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } From 35e5f321e3a3ad48fdcb853dd6e3b0371c0a6152 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Thu, 24 Apr 2025 19:44:35 +0200 Subject: [PATCH 2/7] Update 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 04f77bd..189ff00 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-10-kotlin-2.1.21-RC" + version = "1.0.0-BETA-10-kotlin-2.2.0-Beta1" repositories { mavenCentral() From 9c25e256c0dfc0c580234b79b5aa2b84de9d1f94 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Thu, 24 Apr 2025 20:13:20 +0200 Subject: [PATCH 3/7] Update kotlinx.atomicfu to 0.27.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bafcfa1..790bb44 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.2.0-Beta1" kotlinx-coroutines = "1.10.1" android = "8.2.0" androidx-lifecycle = "2.8.7" -atomicfu = "0.26.1" +atomicfu = "0.27.0" # Sample versions androidx-compose = "2023.10.01" From 77b4571d2e2f450b10e4e4ac0a15f992c038f2d5 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 18 May 2025 17:20:34 +0200 Subject: [PATCH 4/7] Update Kotlin to 2.2.0-RC --- .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 bd1edea..c1b87a0 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 3fdaead..8ce32c6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-11" + version = "1.0.0-BETA-11-kotlin-2.2.0-RC" repositories { mavenCentral() diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 790bb44..e59e385 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.0-Beta1" +kotlin = "2.2.0-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-Beta1-2.0.0" -nativecoroutines = "1.0.0-ALPHA-42-kotlin-2.2.0-Beta1" +ksp = "2.2.0-RC-2.0.1" +nativecoroutines = "1.0.0-ALPHA-43-kotlin-2.2.0-RC" [libraries] kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } From 1990a039aa78a30037c5c878097112fb3f0ff38d Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sat, 7 Jun 2025 14:10:07 +0200 Subject: [PATCH 5/7] Update Kotlin to 2.2.0-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 c1b87a0..dd68334 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 d4f21d1..ad89623 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-11-kotlin-2.2.0-RC" + version = "1.0.0-BETA-11-kotlin-2.2.0-RC2" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6c9b6a4..0c1b53a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.0-RC" +kotlin = "2.2.0-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.0-RC-2.0.1" -nativecoroutines = "1.0.0-ALPHA-43-kotlin-2.2.0-RC" +ksp = "2.2.0-RC2-2.0.1" +nativecoroutines = "1.0.0-ALPHA-44-kotlin-2.2.0-RC2" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From 8450bc00ae0e62f7ab428b80a3e17f50621140a0 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Wed, 18 Jun 2025 19:19:48 +0200 Subject: [PATCH 6/7] Update Kotlin to 2.2.0-RC3 --- .idea/kotlinc.xml | 2 +- build.gradle.kts | 2 +- gradle/libs.versions.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index dd68334..f390d71 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 ad89623..ce3f26a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-11-kotlin-2.2.0-RC2" + version = "1.0.0-BETA-11-kotlin-2.2.0-RC3" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0c1b53a..c46c28c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.0-RC2" +kotlin = "2.2.0-RC3" kotlinx-coroutines = "1.10.1" android = "8.2.0" androidx-lifecycle = "2.8.7" @@ -8,7 +8,7 @@ atomicfu = "0.27.0" # Sample versions androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" -ksp = "2.2.0-RC2-2.0.1" +ksp = "2.2.0-RC3-2.0.2" nativecoroutines = "1.0.0-ALPHA-44-kotlin-2.2.0-RC2" [libraries] From 3ef5d9aec367a19db82a382d3dedc363bcc287e8 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Wed, 25 Jun 2025 19:33:02 +0200 Subject: [PATCH 7/7] Update Kotlin to 2.2.0 --- .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 f390d71..03fcfb7 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 c46c28c..c26a9de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.0-RC3" +kotlin = "2.2.0" 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-RC3-2.0.2" -nativecoroutines = "1.0.0-ALPHA-44-kotlin-2.2.0-RC2" +ksp = "2.2.0-2.0.2" +nativecoroutines = "1.0.0-ALPHA-45" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }