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 7122522 commit e457d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ subprojects {
}

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

Expand Down

0 comments on commit e457d5d

Please sign in to comment.