diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 76f6344..286efce 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - diff --git a/build.gradle.kts b/build.gradle.kts index 2c434f6..c527d26 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ buildscript { allprojects { group = "com.rickclephas.kmp" - version = "1.0.3" + version = "1.0.3-kotlin-2.4.0-Beta1" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b4def16..3c0104d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -kotlin = "2.3.20" +kotlin = "2.4.0-Beta1" kotlinx-coroutines = "1.10.1" android = "8.5.2" androidx-lifecycle = "2.8.7" -atomicfu = "0.29.0" +atomicfu = "0.32.1" # Sample versions androidx-compose = "2023.10.01" androidx-fragment = "1.6.2" -nativecoroutines = "1.0.2" +nativecoroutines = "1.0.2-kotlin-2.4.0-Beta1" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }