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 0421d8e commit 2a3c532Copy full SHA for 2a3c532
build.gradle.kts
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
plugins {
3
id("com.android.library").version("7.4.2").apply(false)
4
- id("org.jetbrains.kotlin.android").version("1.8.10").apply(false)
+ id("org.jetbrains.kotlin.android").version("2.0.20").apply(false)
5
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
6
id("io.github.gradle-nexus.publish-plugin").version("1.3.0").apply(true)
7
}
0 commit comments