We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d02a72 + ba6f2db commit 49a0274Copy full SHA for 49a0274
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
// Java support
8
id("java")
9
// JaCoCo report support
10
- id("org.jetbrains.kotlinx.kover") version "0.7.0-Alpha"
+ id("org.jetbrains.kotlinx.kover") version "0.7.2"
11
// Kotlin support
12
id("org.jetbrains.kotlin.jvm") version "1.8.20"
13
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
0 commit comments