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 9847a52 commit c4e6faeCopy full SHA for c4e6fae
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.1.10").apply(false)
5
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
6
id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)
7
id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.17.0").apply(false)
0 commit comments