We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c51f73 commit 9545597Copy full SHA for 9545597
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
application
13
jacoco
14
kotlin("jvm") version "1.9.10"
15
- id("org.jetbrains.kotlin.plugin.serialization") version "1.6.20"
+ id("org.jetbrains.kotlin.plugin.serialization") version "1.9.10"
16
id("com.github.johnrengelman.shadow") version "7.0.0"
17
id("org.sonarqube") version "4.4.1.3373"
18
}
0 commit comments