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 a2b1738 commit d038b0cCopy full SHA for d038b0c
build.gradle.kts
@@ -18,7 +18,7 @@ buildscript {
18
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
19
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.17.0")
20
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.12.0")
21
- classpath("org.jacoco:org.jacoco.core:0.8.8")
+ classpath("org.jacoco:org.jacoco.core:0.8.9")
22
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
23
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
24
}
0 commit comments