Skip to content

Commit e6ba45d

Browse files
Update kotlin (#2990)
* Update kotlin and related dependencies * Reset back Kotlinx serialization to `v1.6.3` since we can't use `1.7.x` until we upgrade to Kotlin 2.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <[email protected]>
1 parent 896b702 commit e6ba45d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[versions]
55
# Project
66
android_gradle_plugin = "8.4.1"
7-
kotlin = "1.9.24"
8-
ksp = "1.9.24-1.0.20"
7+
kotlin = "1.9.25"
8+
ksp = "1.9.25-1.0.20"
99
firebaseAppDistribution = "5.0.0"
1010

1111
# AndroidX
@@ -25,7 +25,7 @@ camera = "1.3.4"
2525

2626
# Compose
2727
compose_bom = "2024.06.00"
28-
composecompiler = "1.5.14"
28+
composecompiler = "1.5.15"
2929

3030
# Coroutines
3131
coroutines = "1.8.1"
@@ -56,7 +56,7 @@ autoservice = "1.1.1"
5656

5757
# quality
5858
androidx-test-ext-junit = "1.2.1"
59-
kover = "0.8.0"
59+
kover = "0.8.3"
6060

6161
[libraries]
6262
# Project

0 commit comments

Comments
 (0)