From 4fabb4c0ce93d6965c027317bcf84ef73520897a Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Apr 2026 13:14:30 +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 ef23fe6..192234a 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" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From ee71823295ca93b7d455c53f601982286ceaa2e9 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Apr 2026 13:14:51 +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 8051370..696259d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,5 +7,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.8" + version = "1.0.8-kotlin-2.3.21-RC" } From 6aaca900678ad698459f071053bdb3818d41c69b Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 10 May 2026 13:42:43 +0200 Subject: [PATCH 3/3] Update Kotlin to 2.3.21 --- .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 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 192234a..d82ecae 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" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }