[kotlinx-metadata-klib] Drop dependency on descriptors

It's unneeded since all used declarations moved to
:core:compiler.common.
This commit is contained in:
Sergey Bogolepov
2020-08-26 13:27:19 +07:00
parent 7170a23f63
commit b2d9e5be91
@@ -26,8 +26,6 @@ dependencies {
compile(kotlinStdlib())
shadows(project(":kotlinx-metadata"))
shadows(project(":core:compiler.common"))
// TODO: Get rid of this heavyweight dependency.
shadows(project(":core:descriptors"))
shadows(project(":core:metadata"))
shadows(project(":core:deserialization"))
shadows(project(":compiler:serialization"))