Browse Source

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>
pull/3284/head
renovate[bot] 1 month ago committed by GitHub
parent
commit
e6ba45d904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      gradle/libs.versions.toml

8
gradle/libs.versions.toml

@ -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…
Cancel
Save