Added :core:compiler.common.jvm and :compiler:resolution.common.jvm

dependencies to pill importer
This commit is contained in:
Yaroslav Chernyshev
2020-09-05 10:55:47 +03:00
parent 3f7aab6fae
commit 81339d54eb
+4 -1
View File
@@ -14,6 +14,8 @@ repositories {
val projectsToShadow by extra(listOf( val projectsToShadow by extra(listOf(
":plugins:annotation-based-compiler-plugins-ide-support", ":plugins:annotation-based-compiler-plugins-ide-support",
":compiler:backend", ":compiler:backend",
":compiler:resolution.common.jvm",
":core:compiler.common.jvm",
":compiler:backend-common", ":compiler:backend-common",
":compiler:backend.jvm", ":compiler:backend.jvm",
":compiler:ir.backend.common", ":compiler:ir.backend.common",
@@ -112,7 +114,8 @@ val projectsToShadow by extra(listOf(
) )
else else
emptyArray<String>() emptyArray<String>()
)) )
)
// Projects published to maven copied to the plugin as separate jars // Projects published to maven copied to the plugin as separate jars
val libraryProjects = listOf( val libraryProjects = listOf(