We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2eefb9 commit 11c7eedCopy full SHA for 11c7eed
build.gradle.kts
@@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
21
plugins {
22
kotlin("jvm") version "2.0.0" apply false
23
kotlin("kapt") version "1.9.24" apply false
24
- kotlin("plugin.serialization") version "1.9.24" apply false
+ kotlin("plugin.serialization") version "2.0.0" apply false
25
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
26
}
27
0 commit comments