diff --git a/android/build.gradle b/android/build.gradle index e8d0195..5c963d4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -14,6 +14,6 @@ plugins { id 'com.android.library' version '9.2.1' apply false id 'org.jetbrains.kotlin.android' version "${kotlin_version}" apply false id 'org.jetbrains.kotlin.plugin.compose' version "${kotlin_version}" apply false - id 'com.google.devtools.ksp' version '2.3.7' apply false + id 'com.google.devtools.ksp' version '2.3.10' apply false id 'org.jlleitschuh.gradle.ktlint' version '14.2.0' apply false }