From 11e94165dcd1592bec0947a6c2b46acbad53e1e4 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 5 Oct 2023 09:20:01 +0200 Subject: [PATCH] Update Kotlin 1.9.10 - KSP 1.9.10-1.0.13 - Compose compiler 1.5.3 This PR will need to be applied with #974 to avoid spawning 2 Kotlin compiler daemons (one for `build-logic`, and one for the main build). --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 39de85dc2..0afc488db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidxActivity = "1.8.0-alpha06" androidxAppCompat = "1.5.1" androidxBrowser = "1.4.0" androidxComposeBom = "2023.06.01" -androidxComposeCompiler = "1.5.0" +androidxComposeCompiler = "1.5.3" androidxComposeRuntimeTracing = "1.0.0-alpha03" androidxCore = "1.9.0" androidxCoreSplashscreen = "1.0.0" @@ -38,11 +38,11 @@ hilt = "2.47" hiltExt = "1.0.0" jacoco = "0.8.7" junit4 = "4.13.2" -kotlin = "1.9.0" +kotlin = "1.9.10" kotlinxCoroutines = "1.6.4" kotlinxDatetime = "0.4.0" kotlinxSerializationJson = "1.5.1" -ksp = "1.9.0-1.0.13" +ksp = "1.9.10-1.0.13" lint = "31.0.2" okhttp = "4.10.0" protobuf = "3.24.0"