Skip to content

Commit 95bf96e

Browse files
committed
Update Kotlin to 2.4.0-Beta1
1 parent b2caaae commit 95bf96e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.3.20"
2+
kotlin = "2.4.0-Beta1"
33
kotlinx-coroutines = "1.10.1"
44
android = "8.5.2"
55
androidx-lifecycle = "2.8.7"
@@ -8,7 +8,7 @@ atomicfu = "0.29.0"
88
# Sample versions
99
androidx-compose = "2023.10.01"
1010
androidx-fragment = "1.6.2"
11-
nativecoroutines = "1.0.2"
11+
nativecoroutines = "1.0.2-kotlin-2.4.0-Beta1"
1212

1313
[libraries]
1414
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

0 commit comments

Comments
 (0)