Migrate 'kotlin-serialization' module to variants

^KT-49227 In Progress
This commit is contained in:
Yahor Berdnikau
2022-03-24 16:29:35 +01:00
parent d9ddcd991b
commit 792d44e617
4 changed files with 2 additions and 2 deletions
@@ -10,8 +10,8 @@ pill {
} }
dependencies { dependencies {
compileOnly(project(":kotlin-gradle-plugin")) commonCompileOnly(project(":kotlin-gradle-plugin"))
compileOnly(project(":kotlin-compiler-embeddable")) commonCompileOnly(project(":kotlin-compiler-embeddable"))
embedded(project(":kotlinx-serialization-compiler-plugin")) { isTransitive = false } embedded(project(":kotlinx-serialization-compiler-plugin")) { isTransitive = false }
} }