Skip to content

Commit c6ca70b

Browse files
Update kotlin (#5169)
* Update kotlin * Update Kotlin to v2.2.10 * No need for the compat version. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benoit Marty <[email protected]>
1 parent 7c40c87 commit c6ca70b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
[versions]
55
# Project
66
android_gradle_plugin = "8.12.0"
7-
kotlin = "2.2.0"
7+
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
8+
kotlin = "2.2.10"
89
kotlinpoet = "2.2.0"
9-
ksp = "2.2.0-2.0.2"
10+
ksp = "2.2.10-2.0.2"
1011
firebaseAppDistribution = "5.1.1"
1112

1213
# AndroidX

0 commit comments

Comments
 (0)