Skip to content

Commit

Permalink
Update kotlin (#2990)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and jmartinesp authored Aug 8, 2024
1 parent 896b702 commit e6ba45d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[versions]
# Project
android_gradle_plugin = "8.4.1"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
kotlin = "1.9.25"
ksp = "1.9.25-1.0.20"
firebaseAppDistribution = "5.0.0"

# AndroidX
Expand All @@ -25,7 +25,7 @@ camera = "1.3.4"

# Compose
compose_bom = "2024.06.00"
composecompiler = "1.5.14"
composecompiler = "1.5.15"

# Coroutines
coroutines = "1.8.1"
Expand Down Expand Up @@ -56,7 +56,7 @@ autoservice = "1.1.1"

# quality
androidx-test-ext-junit = "1.2.1"
kover = "0.8.0"
kover = "0.8.3"

[libraries]
# Project
Expand Down

0 comments on commit e6ba45d

Please sign in to comment.