diff --git a/build.gradle b/build.gradle index c059e0d..04fe450 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { compose_bom_version = "2024.11.00" lifecycle_version = '2.8.7' arch_version = "2.1.0" - kotlin_version = "2.0.21" + kotlin_version = "2.1.0" ext.hilt_version = "2.52" voyager_compose = '1.1.0-beta03' landscapist_version = '2.4.4' @@ -28,7 +28,7 @@ buildscript { plugins { id 'org.jetbrains.kotlin.plugin.compose' version "$kotlin_version" - id 'com.google.devtools.ksp' version "$kotlin_version-1.0.25" apply false + id 'com.google.devtools.ksp' version "$kotlin_version-1.0.29" apply false } composeCompiler {