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 fd71933 commit 43d48f7Copy full SHA for 43d48f7
kotlin/services/bedrock-runtime/build.gradle.kts
@@ -1,6 +1,6 @@
1
plugins {
2
kotlin("jvm") version "2.1.10"
3
- kotlin("plugin.serialization") version "2.1.10"
+ id("org.jetbrains.kotlin.plugin.serialization") version "2.1.10"
4
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
5
application
6
}
0 commit comments