Shadow :core:compiler.common inside kotlinx.metadata
This commit is contained in:
@@ -25,6 +25,7 @@ configurations.getByName("testCompile").extendsFrom(shadows)
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile(kotlinStdlib())
|
compile(kotlinStdlib())
|
||||||
shadows(project(":kotlinx-metadata"))
|
shadows(project(":kotlinx-metadata"))
|
||||||
|
shadows(project(":core:compiler.common"))
|
||||||
// TODO: Get rid of this heavyweight dependency.
|
// TODO: Get rid of this heavyweight dependency.
|
||||||
shadows(project(":core:descriptors"))
|
shadows(project(":core:descriptors"))
|
||||||
shadows(project(":core:metadata"))
|
shadows(project(":core:metadata"))
|
||||||
@@ -64,4 +65,4 @@ sourcesJar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
javadocJar()
|
javadocJar()
|
||||||
|
|||||||
Reference in New Issue
Block a user