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 f545be2 commit 3575291Copy full SHA for 3575291
build-plugins/build-support/build.gradle.kts
@@ -9,6 +9,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
9
plugins {
10
`kotlin-dsl`
11
kotlin("jvm")
12
+ kotlin("plugin.serialization") version embeddedKotlinVersion
13
`java-gradle-plugin`
14
}
15
0 commit comments