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 ede3e79 commit 7e642fbCopy full SHA for 7e642fb
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
dependencies {
12
classpath "com.android.tools.build:gradle:8.6.1"
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
- classpath("org.jlleitschuh.gradle:ktlint-gradle:11.4.2")
+ classpath("org.jlleitschuh.gradle:ktlint-gradle:13.0.0")
15
classpath("org.jacoco:org.jacoco.core:0.8.13")
16
classpath "com.vanniktech:gradle-maven-publish-plugin:0.34.0"
17
}
0 commit comments