Skip to content

Commit

Permalink
upstream: bump kotlin version to v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: qwq233 <qwq233@qwq2333.top>
  • Loading branch information
qwq233 committed Jun 9, 2024
1 parent c7e941f commit 65db743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ org.gradle.caching=true
kotlin.incremental=true
kotlin.incremental.java=true
kotlin.caching.enabled=true
kotlin.experimental.tryK2=true
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ hiddenapibypass = "4.3"
interpolator = "1.0.0"
isoparser = "1.0.6" # DO NOT UPDATE THIS DEPENDENCY
imageLabeling= "16.0.8"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.22"
poet = "1.16.0"
kotlinxCoroutinesAndroid = "1.8.1"
kotlinxSerializationJson = "1.6.3"
ktor = "2.3.10"
ktor = "2.3.11"
languageId = "17.0.5"
licensesdialog = "2.2.0"
osmdroidAndroid = "6.1.18"
Expand Down

0 comments on commit 65db743

Please sign in to comment.