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 1cae49e commit 41ea2c5Copy full SHA for 41ea2c5
build.gradle
@@ -22,7 +22,7 @@ buildscript {
22
plugins {
23
id 'com.android.application' version '8.10.0' apply false
24
id 'com.android.library' version '8.10.0' apply false
25
- id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
26
- id 'com.google.devtools.ksp' version '2.1.20-2.0.1' apply false
27
- id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20' apply false
+ id 'org.jetbrains.kotlin.android' version '2.1.21' apply false
+ id 'com.google.devtools.ksp' version '2.1.21-2.0.1' apply false
+ id 'org.jetbrains.kotlin.plugin.compose' version '2.1.21' apply false
28
}
0 commit comments