From a278feae0a23e91d27cb3d5542cf51a529245d4c Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 30 Jun 2023 08:58:40 +0200 Subject: [PATCH] Update Kotlin 1.8.22 and related dependencies - KSP 1.8.22-1.0.11 - Compose compiler 1.4.8 - Hilt 2.46.1 Which now depends on kotlinx-metadata 0.6.2 (K2 support). --- 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 fc50f2402..20afadb36 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidxActivity = "1.7.0" androidxAppCompat = "1.5.1" androidxBrowser = "1.4.0" androidxComposeBom = "2023.06.01" -androidxComposeCompiler = "1.4.7" +androidxComposeCompiler = "1.4.8" androidxComposeRuntimeTracing = "1.0.0-alpha03" androidxCore = "1.9.0" androidxCoreSplashscreen = "1.0.0" @@ -34,15 +34,15 @@ firebasePerfPlugin = "1.4.2" gmsPlugin = "4.3.14" googleOss = "17.0.1" googleOssPlugin = "0.10.6" -hilt = "2.44.2" +hilt = "2.46.1" hiltExt = "1.0.0" jacoco = "0.8.7" junit4 = "4.13.2" -kotlin = "1.8.21" +kotlin = "1.8.22" kotlinxCoroutines = "1.6.4" kotlinxDatetime = "0.4.0" kotlinxSerializationJson = "1.5.1" -ksp = "1.8.21-1.0.11" +ksp = "1.8.22-1.0.11" lint = "30.3.1" okhttp = "4.10.0" protobuf = "3.23.0"