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 <jorgem@element.io>
This commit is contained in:
parent
1c017e95db
commit
cd13cf1213
1 changed files with 4 additions and 4 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
[versions]
|
[versions]
|
||||||
# Project
|
# Project
|
||||||
android_gradle_plugin = "8.4.1"
|
android_gradle_plugin = "8.4.1"
|
||||||
kotlin = "1.9.24"
|
kotlin = "1.9.25"
|
||||||
ksp = "1.9.24-1.0.20"
|
ksp = "1.9.25-1.0.20"
|
||||||
firebaseAppDistribution = "5.0.0"
|
firebaseAppDistribution = "5.0.0"
|
||||||
|
|
||||||
# AndroidX
|
# AndroidX
|
||||||
|
|
@ -25,7 +25,7 @@ camera = "1.3.4"
|
||||||
|
|
||||||
# Compose
|
# Compose
|
||||||
compose_bom = "2024.06.00"
|
compose_bom = "2024.06.00"
|
||||||
composecompiler = "1.5.14"
|
composecompiler = "1.5.15"
|
||||||
|
|
||||||
# Coroutines
|
# Coroutines
|
||||||
coroutines = "1.8.1"
|
coroutines = "1.8.1"
|
||||||
|
|
@ -56,7 +56,7 @@ autoservice = "1.1.1"
|
||||||
|
|
||||||
# quality
|
# quality
|
||||||
androidx-test-ext-junit = "1.2.1"
|
androidx-test-ext-junit = "1.2.1"
|
||||||
kover = "0.8.0"
|
kover = "0.8.3"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
# Project
|
# Project
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue