From ce532191bd03dd3467420ce38cd7e187ff6d3f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:26:03 +0000 Subject: [PATCH] Update kotlin --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b0a703a..c3c8cbf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,8 +14,8 @@ androidxTestRunner = "1.5.2" coroutines = "1.8.1" hilt = "2.51.1" junit = "4.13.2" -kotlin = "1.9.24" -ksp = "1.9.24-1.0.20" +kotlin = "2.0.0" +ksp = "2.0.0-1.0.23" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }