Skip to content

Commit 75bc4d9

Browse files
committed
Upgrade kotlin to 2.2.21
1 parent 35ffa7d commit 75bc4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libpretixsync/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
plugins {
14-
id "org.jetbrains.kotlin.jvm" version "1.9.23" apply false
14+
id "org.jetbrains.kotlin.jvm" version "2.2.21" 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
}

libpretixsync/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ext.kotlin_version = '1.9.23'
1+
ext.kotlin_version = '2.2.21'
22
ext.okhttp_version = '4.9.3'
33
ext.joda_version = '2.10.10'
44
// Use older org.json version to have an environment equivalent to the android platform

0 commit comments

Comments
 (0)