From 9a44585105b0477a131d2eaf2f48e3724f7225ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:14:03 +0000 Subject: [PATCH] Update kotlin --- 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 dc0bb08..6a1dbed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ androidGradlePlugin = "8.2.0" androidxActivity = "1.8.2" androidxComposeBom = "2023.10.01" -androidxComposeCompiler = "1.5.7" +androidxComposeCompiler = "1.5.8" androidxCore = "1.12.0" androidxHilt = "1.1.0" androidxLifecycle = "2.6.2" @@ -14,8 +14,8 @@ androidxTestRunner = "1.5.2" coroutines = "1.7.3" hilt = "2.50" junit = "4.13.2" -kotlin = "1.9.21" -ksp = "1.9.21-1.0.16" +kotlin = "1.9.22" +ksp = "1.9.22-1.0.16" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }