Upgraded to Kotlin 1.6.0, Gradle 7.3.
Switched to Kover over Jacoco.
This commit is contained in:
parent
09ed1dcda4
commit
e847e84728
5 changed files with 11 additions and 22 deletions
|
@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.39.0"
|
||||
kotlin("jvm") version "1.5.31"
|
||||
kotlin("jvm") version "1.6.0"
|
||||
}
|
||||
|
||||
// ./gradlew run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue