From a88767bc3ee6e818f86130b2fa3d08543aea951c Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Apr 2026 13:40:31 +0200 Subject: [PATCH 1/3] Update Kotlin to 2.3.21-RC --- .idea/kotlinc.xml | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 76f6344..099097a 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b4def16..1aeae6f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.3.20" +kotlin = "2.3.21-RC" kotlinx-coroutines = "1.10.1" android = "8.5.2" androidx-lifecycle = "2.8.7" From 9798f5fd1ffd31f0f9e49dd945127126038ae960 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Apr 2026 13:42:46 +0200 Subject: [PATCH 2/3] 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 2c434f6..a1b3b31 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.3" + version = "1.0.3-kotlin-2.3.21-RC" } From 5189ef4d53078e6d8f4d14c448e853c5c27ce848 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Mon, 18 May 2026 20:26:27 +0200 Subject: [PATCH 3/3] Update Kotlin to 2.3.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 099097a..b495d7c 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1aeae6f..b1a9874 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.3.21-RC" +kotlin = "2.3.21" kotlinx-coroutines = "1.10.1" android = "8.5.2" androidx-lifecycle = "2.8.7" @@ -8,7 +8,7 @@ atomicfu = "0.29.0" # Sample versions androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" -nativecoroutines = "1.0.2" +nativecoroutines = "1.0.3" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }