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" }