diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7311d59..fc0bafc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,5 +43,5 @@ androidx-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecy # build-logic build-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.5.2" } -kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "2.0.10" } -compose-compiler-plugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version = "2.0.10" } \ No newline at end of file +kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "2.0.20" } +compose-compiler-plugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version = "2.0.20" } \ No newline at end of file