diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 3efb2d8..8ad8c86 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 a35a83d..5e6a117 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.0-BETA-14" + version = "1.0.0-BETA-14-kotlin-2.2.21-RC2" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6a1884a..14a2b54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.2.20" +kotlin = "2.2.21" 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.20-2.0.2" -nativecoroutines = "1.0.0-ALPHA-47" +ksp = "2.2.21-RC2-2.0.4" +nativecoroutines = "1.0.0-ALPHA-48" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }