Skip to content

Commit

Permalink
Bump Kotlin to 2.0.10-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY authored Aug 2, 2024
1 parent ffd1b28 commit 475f637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
# You also need to bump the version of ksp, anvil
# Not bump to 2.0.20-Beta2+ until https://youtrack.jetbrains.com/issue/KT-70415/ fixed
kotlin-general = "2.0.0" # https://kotlinlang.org/docs/releases.html#release-details
kotlin-general = "2.0.10-RC2" # https://kotlinlang.org/docs/releases.html#release-details
kotlin-immutable-collections = "0.3.7" # https://github.com/Kotlin/kotlinx.collections.immutable/releases
kotlin-datetime = "0.6.0" # https://github.com/Kotlin/kotlinx-datetime/releases
kotlinx = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines/releases
ksp = "2.0.0-1.0.23" # https://github.com/google/ksp/releases
ksp = "2.0.10-RC2-1.0.24" # https://github.com/google/ksp/releases
anvil = "2.5.0-beta09" # https://github.com/square/anvil/releases
anvil-utils = "0.2.1-beta01" # https://github.com/IlyaGulya/anvil-utils/releases
android-gradle = "8.5.1" # https://developer.android.com/studio/releases/gradle-plugin
Expand Down

0 comments on commit 475f637

Please sign in to comment.