Skip to content

Commit 7122522

Browse files
authored
fix kover
1 parent a9a1b42 commit 7122522

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ dependencies {
106106
kover(project(":mvi-base"))
107107
}
108108

109-
kover {
110-
useJacoco("0.8.11")
111-
}
112-
113109
koverReport {
114110
// filters for all report types of all build variants
115111
filters {

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ subprojects {
7777
}
7878

7979
allprojects {
80+
extensions.configure<kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension> {
81+
useJacoco("0.8.11")
82+
}
83+
8084
tasks.withType<KotlinCompile> {
8185
kotlinOptions {
8286
val version = JavaVersion.VERSION_11.toString()

0 commit comments

Comments
 (0)