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 ebe5f2f commit 8b4cb10Copy full SHA for 8b4cb10
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.18.0")
20
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.13.0")
21
- classpath("org.jacoco:org.jacoco.core:0.8.9")
+ classpath("org.jacoco:org.jacoco.core:0.8.10")
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