From 9ffc5c7231b1c19765a9e554e7ca7dfb0ce3704c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:18:35 +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 73d2ad1..051d403 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,8 +13,8 @@ androidxTestRunner = "1.6.2" coroutines = "1.9.0" hilt = "2.52" junit = "4.13.2" -kotlin = "2.0.21" -ksp = "2.0.21-1.0.27" +kotlin = "2.1.0" +ksp = "2.0.21-1.0.28" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }