install Kover plugin

This commit is contained in:
Alexander Nozik 2021-12-30 18:50:47 +03:00
parent 4b4c878e21
commit 479d106165
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -1,8 +1,6 @@
import java.net.URL
plugins { plugins {
id("ru.mipt.npm.gradle.project") id("ru.mipt.npm.gradle.project")
kotlin("jupyter.api") apply false id("org.jetbrains.kotlinx.kover") version "0.5.0-RC"
} }
allprojects { allprojects {
@ -32,7 +30,7 @@ subprojects {
localDirectory.set(kotlinDir) localDirectory.set(kotlinDir)
remoteUrl.set( remoteUrl.set(
URL("https://github.com/mipt-npm/kmath/tree/master/${this@subprojects.name}/$kotlinDirPath") java.net.URL("https://github.com/mipt-npm/kmath/tree/master/${this@subprojects.name}/$kotlinDirPath")
) )
} }