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 a9a1b42 commit 7122522Copy full SHA for 7122522
app/build.gradle.kts
@@ -106,10 +106,6 @@ dependencies {
106
kover(project(":mvi-base"))
107
}
108
109
-kover {
110
- useJacoco("0.8.11")
111
-}
112
-
113
koverReport {
114
// filters for all report types of all build variants
115
filters {
build.gradle.kts
@@ -77,6 +77,10 @@ subprojects {
77
78
79
allprojects {
80
+ extensions.configure<kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension> {
81
+ useJacoco("0.8.11")
82
+ }
83
+
84
tasks.withType<KotlinCompile> {
85
kotlinOptions {
86
val version = JavaVersion.VERSION_11.toString()
0 commit comments