Skip to content

Commit

Permalink
[deps]: Update kotlin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent e9fb28d commit 2bc9f78
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
Expand Up @@ -39,13 +39,13 @@ jvmTarget = "17"
# kotlin and kotlinCompileExtensions **must** use compatible versions. Do not update either without
# first checking the Compose to Kotlin Compatibility Map.
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlin = "1.9.24"
kotlin = "2.0.0"
kotlinCompilerExtensionVersion = "1.5.14"
kotlinxCollectionsImmutable = "0.3.7"
kotlinxCoroutines = "1.8.1"
kotlinxSerialization = "1.6.3"
kotlinxKover = "0.7.6"
ksp = "1.9.24-1.0.20"
ksp = "2.0.0-1.0.21"
mockk = "1.13.10"
okhttp = "4.12.0"
retrofit = "2.11.0"
Expand Down

0 comments on commit 2bc9f78

Please sign in to comment.