diff --git a/libraries/kotlinx-metadata/klib/build.gradle.kts b/libraries/kotlinx-metadata/klib/build.gradle.kts index 2a1e427d872..a8462267638 100644 --- a/libraries/kotlinx-metadata/klib/build.gradle.kts +++ b/libraries/kotlinx-metadata/klib/build.gradle.kts @@ -25,6 +25,7 @@ configurations.getByName("testCompile").extendsFrom(shadows) 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")) @@ -64,4 +65,4 @@ sourcesJar { } } -javadocJar() \ No newline at end of file +javadocJar()