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 78a8b2f commit 99d78b1Copy full SHA for 99d78b1
2 files changed
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'com.android.application' version '8.7.2' apply false
3
id 'com.android.library' version '8.0.2' apply false
4
- id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
+ id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
5
}
6
7
ext {
crowdin/build.gradle
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
- id 'org.jetbrains.kotlin.plugin.compose' version "2.2.0"
+ id 'org.jetbrains.kotlin.plugin.compose' version "2.2.21"
apply from: '../jacoco.gradle'
0 commit comments