Skip to content

Commit

Permalink
Update Kotlin to 2.1.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Nov 24, 2024
1 parent ef27e97 commit b471a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.

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-RC"
kotlin = "2.1.0-RC2"
kotlinx-coroutines = "1.9.0"
android = "8.2.0"
androidx-lifecycle = "2.8.4"
Expand All @@ -8,8 +8,8 @@ atomicfu = "0.25.0"
# Sample versions
androidx-compose = "2023.10.01"
androidx-fragment = "1.6.2"
ksp = "2.1.0-RC-1.0.27"
nativecoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC"
ksp = "2.1.0-RC2-1.0.28"
nativecoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC2"

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

0 comments on commit b471a94

Please sign in to comment.