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 745d370 commit 15e74eeCopy full SHA for 15e74ee
build.gradle.kts
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
// https://docs.gradle.org/current/userguide/compatibility.html
5
- kotlin("jvm") version "1.9.24"
+ kotlin("jvm") version "2.0.20"
6
id("jacoco")
7
id("com.github.kt3k.coveralls") version "2.12.2"
8
id("com.gradle.plugin-publish") version "1.2.1"
0 commit comments