Skip to content
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

allprojects {
group = "com.rickclephas.kmp"
version = "1.0.0-BETA-8"
version = "1.0.0-BETA-8-kotlin-2.1.20-Beta1"

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.0"
kotlin = "2.1.20-Beta1"
kotlinx-coroutines = "1.10.1"
android = "8.2.0"
androidx-lifecycle = "2.8.7"
Expand All @@ -8,8 +8,8 @@ atomicfu = "0.26.1"
# Sample versions
androidx-compose = "2023.10.01"
androidx-fragment = "1.6.2"
ksp = "2.1.0-1.0.29"
nativecoroutines = "1.0.0-ALPHA-38"
ksp = "2.1.20-Beta1-1.0.29"
nativecoroutines = "1.0.0-ALPHA-38-kotlin-2.1.20-Beta1"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
Expand Down
Loading