Skip to content

Commit e457d5d

Browse files
authored
fix kover
1 parent 7122522 commit e457d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ subprojects {
7777
}
7878

7979
allprojects {
80-
extensions.configure<kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension> {
80+
extensions.findByType<kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension>()?.run {
8181
useJacoco("0.8.11")
8282
}
8383

0 commit comments

Comments
 (0)