diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 5e2b3dd..eb2b29f 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - diff --git a/build.gradle.kts b/build.gradle.kts index a309078..51f8b24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.5" + version = "1.0.5-kotlin-2.4.10-RC" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 892bf1f..8789750 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.4.0" +kotlin = "2.4.10-RC" kotlinx-coroutines = "1.10.1" android = "8.5.2" androidx-lifecycle = "2.8.7" @@ -8,7 +8,7 @@ atomicfu = "0.32.1" # Sample versions androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" -nativecoroutines = "1.0.4" +nativecoroutines = "1.0.4-kotlin-2.4.10-RC" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }