File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pluginManagement {
1111// workaround: plugin definition with version here, so a standalone build is possible
1212// but building it inside the multi module project doesn't exit with "unknown version already on classpath" error
1313plugins {
14- id " org.jetbrains.kotlin.jvm" version " 1.9.23 " apply false
14+ id " org.jetbrains.kotlin.jvm" version " 2.2.20 " apply false
1515 id " com.google.protobuf" version " 0.9.4" apply false
1616 id " app.cash.sqldelight" version " 2.1.0" apply false
1717}
Original file line number Diff line number Diff line change 1- ext. kotlin_version = ' 1.9.23 '
1+ ext. kotlin_version = ' 2.2.20 '
22ext. okhttp_version = ' 4.9.3'
33ext. joda_version = ' 2.10.10'
44// Use older org.json version to have an environment equivalent to the android platform
You can’t perform that action at this time.
0 commit comments