We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144ca0b commit 1ea56b4Copy full SHA for 1ea56b4
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
id("com.android.application") version "8.5.1" apply false
5
id("com.android.library") version "8.5.1" apply false
6
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
7
- id("org.jmailen.kotlinter") version "4.4.0" apply false
+ id("org.jmailen.kotlinter") version "4.4.1" apply false
8
id("com.google.devtools.ksp") version "2.0.0-1.0.23" apply false
9
id("com.android.test") version "8.5.1" apply false
10
id("androidx.baselineprofile") version "1.3.0-beta02" apply false
0 commit comments