Skip to content

Commit ed6350e

Browse files
committed
Update Kover and drop workaround
1 parent ab423f4 commit ed6350e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

build-logic/src/main/kotlin/ckbuild.multiplatform-tests.gradle.kts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ import org.jetbrains.kotlin.gradle.targets.native.tasks.*
1515

1616
plugins {
1717
id("ckbuild.multiplatform-base")
18-
}
19-
20-
// https://github.com/Kotlin/kotlinx-kover/issues/747
21-
if (project.name != "cryptography-provider-jdk-android-tests") {
22-
plugins.apply("org.jetbrains.kotlinx.kover")
23-
} else {
24-
// as we depend on it in the ` jvmAllTest ` task
25-
tasks.register("koverVerify")
18+
id("org.jetbrains.kotlinx.kover")
2619
}
2720

2821
val skipTestTasks = booleanProperty("ckbuild.skipTestTasks", defaultValue = false)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlinx-io = "0.8.0"
88
kotlinx-serialization = "1.9.0"
99
kotlinx-coroutines = "1.10.2"
1010
kotlinx-benchmark = "0.4.14"
11-
kotlinx-kover = "0.9.1"
11+
kotlinx-kover = "0.9.3"
1212
ktor = "3.2.3"
1313

1414
# android

0 commit comments

Comments
 (0)