From 8fe16191197e3fcbc5c895a6a40ba3112ccbfead Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 13 Oct 2023 22:33:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Kotlin=201.9.20-RC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c06b961a90..364d8852de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidxActivity = "1.8.0" androidxAppCompat = "1.6.1" androidxBrowser = "1.6.0" androidxComposeBom = "2023.10.00" -androidxComposeCompiler = "1.5.4-dev-k1.9.20-Beta-692cbee7ddd" +androidxComposeCompiler = "1.5.4-dev-k1.9.20-RC-1edce5fd625" androidxComposeRuntimeTracing = "1.0.0-alpha03" androidxCore = "1.12.0" androidxCoreSplashscreen = "1.0.1" @@ -38,11 +38,11 @@ hilt = "2.48.1" hiltExt = "1.0.0" jacoco = "0.8.7" junit4 = "4.13.2" -kotlin = "1.9.20-Beta" +kotlin = "1.9.20-RC" kotlinxCoroutines = "1.7.3" kotlinxDatetime = "0.4.1" kotlinxSerializationJson = "1.6.0" -ksp = "1.9.20-Beta-1.0.13" +ksp = "1.9.20-RC-1.0.13" lint = "31.1.2" okhttp = "4.11.0" protobuf = "3.24.4"