Skip to content

Commit 4dbfb15

Browse files
Update kotlin
1 parent 3d26377 commit 4dbfb15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# We cannot use 8.12.+ since it breaks F-Droid build (see https://github.com/element-hq/element-x-android/issues/3420#issuecomment-3199571010)
77
android_gradle_plugin = "8.11.1"
88
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
9-
kotlin = "2.2.10"
9+
kotlin = "2.2.20"
1010
kotlinpoet = "2.2.0"
11-
ksp = "2.2.10-2.0.2"
11+
ksp = "2.2.20-2.0.2"
1212
firebaseAppDistribution = "5.1.1"
1313

1414
# AndroidX
@@ -34,7 +34,7 @@ accompanist = "0.37.3"
3434
test_core = "1.7.0"
3535

3636
# Jetbrain
37-
datetime = "0.7.1"
37+
datetime = "0.7.1-0.6.x-compat"
3838
serialization_json = "1.9.0"
3939

4040
#other

0 commit comments

Comments
 (0)