File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
build-plugins/build-support Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
99plugins {
1010 `kotlin- dsl`
1111 kotlin(" jvm" )
12- kotlin( " plugin. serialization" ) version embeddedKotlinVersion
12+ alias(libs.plugins.kotlin. serialization)
1313 `java- gradle- plugin`
1414}
1515
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serializa
3232
3333[plugins ]
3434kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin-version" }
35+ kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin-version" }
3536plugin-publish = { id = " com.gradle.plugin-publish" , version.ref = " publish-plugin-version" }
You can’t perform that action at this time.
0 commit comments