We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429f7df commit 0b79a31Copy full SHA for 0b79a31
build.gradle.kts
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
8
9
plugins {
10
- id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
+ id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
11
id("com.diffplug.spotless") version "6.25.0" apply false
12
}
13
0 commit comments