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 be52bf2 commit a353f77Copy full SHA for a353f77
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
application
12
jacoco
13
kotlin("jvm") version "2.0.21"
14
- id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20"
+ id("org.jetbrains.kotlin.plugin.serialization") version "2.2.0"
15
id("com.github.johnrengelman.shadow") version "7.0.0"
16
id("org.sonarqube") version "6.2.0.5505"
17
}
0 commit comments