We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae1a99 commit 0ef75b1Copy full SHA for 0ef75b1
build.gradle
@@ -23,6 +23,6 @@ plugins {
23
id 'com.android.application' version '8.8.0' apply false
24
id 'com.android.library' version '8.8.0' apply false
25
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
26
- id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false
+ id 'com.google.devtools.ksp' version '2.1.10-1.0.29' apply false
27
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.10' apply false
28
}
0 commit comments