From b6ae7bfda3bfdb52d14883d819f2eff8eff6f2b7 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Oct 2025 11:22:40 +0200 Subject: [PATCH 1/4] Update Kotlin to 2.2.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 3efb2d8..5393702 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 309d621..13123c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.20" +kotlin = "2.2.21-RC" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From e3522142a99edf644f5b03bd4825b5d1d759a44b Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sun, 12 Oct 2025 11:22:58 +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 344eb75..a2c6452 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,5 +7,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.4" + version = "1.0.4-kotlin-2.2.21-RC" } From 54969f653dd4661dbe7ccb244f313282d5b19e37 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sat, 18 Oct 2025 15:25:49 +0200 Subject: [PATCH 3/4] Update Kotlin to 2.2.21-RC2 --- .idea/kotlinc.xml | 2 +- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 5393702..6d47595 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 a2c6452..404776f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,5 +7,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.4-kotlin-2.2.21-RC" + version = "1.0.4-kotlin-2.2.21-RC2" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 13123c7..c8a097e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.21-RC" +kotlin = "2.2.21-RC2" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } From baa0d84bb1948fea146c3263a34e4e79414e37e6 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Sat, 25 Oct 2025 13:56:23 +0200 Subject: [PATCH 4/4] Update Kotlin to 2.2.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 6d47595..8ad8c86 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 c8a097e..e6fb634 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.21-RC2" +kotlin = "2.2.21" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }