Migrate 'kotlin-serialization' module to variants
^KT-49227 In Progress
This commit is contained in:
@@ -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 }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user