From e6ba45d904ab7fb37e50cf76ad90f8e86d46b177 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:35:53 +0200 Subject: [PATCH] Update kotlin (#2990) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 33d1462028d..36888ad06b5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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 @@ -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" @@ -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