diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 5be1322..216d4f3 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 f0d218d..530c122 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.2" + version = "1.0.2-kotlin-2.3.20-RC" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0001e60..81f32ea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.3.10" +kotlin = "2.3.20-RC" kotlinx-coroutines = "1.10.1" android = "8.2.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.1" +nativecoroutines = "1.0.1-kotlin-2.3.20-RC" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }