Skip to content

Commit

Permalink
fix kover
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Nov 12, 2023
1 parent a9a1b42 commit 7122522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ dependencies {
kover(project(":mvi-base"))
}

kover {
useJacoco("0.8.11")
}

koverReport {
// filters for all report types of all build variants
filters {
Expand Down
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ subprojects {
}

allprojects {
extensions.configure<kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension> {
useJacoco("0.8.11")
}

tasks.withType<KotlinCompile> {
kotlinOptions {
val version = JavaVersion.VERSION_11.toString()
Expand Down

0 comments on commit 7122522

Please sign in to comment.