From cdb49e59bcdfe5f2c30d9f484704759d32ac86c3 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Apr 2026 10:41:37 +0200 Subject: [PATCH 1/2] 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 76f63447..099097a5 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 3bb9909e..c3bedc30 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" kotlin-idea = "2.4.0-dev-2631" kotlinx-coroutines = "1.10.1" kotlinx-binary-compatibility-validator = "0.16.3" From 7326b3e9cb86e6ef71f365436941306b78af2573 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Apr 2026 11:02:46 +0200 Subject: [PATCH 2/2] Set 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 3046c340..e560dc5a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.2-idea-2026.1" + version = "1.0.2-kotlin-2.3.21-RC" } apiValidation {