From 823d94079547cea555186493b8c7d52da2f0e2dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:22:48 +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 c64da53..8f15b82 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,11 +10,11 @@ androidxRoom = "2.6.1" androidxTestCore = "1.6.1" androidxTestExt = "1.2.1" androidxTestRunner = "1.6.2" -coroutines = "1.8.1" +coroutines = "1.9.0" hilt = "2.52" junit = "4.13.2" -kotlin = "2.0.10" -ksp = "2.0.10-1.0.24" +kotlin = "2.0.21" +ksp = "2.0.21-1.0.25" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }