Pill: Import KotlinPlugin artifact

This commit is contained in:
Yan Zhulanow
2018-02-20 01:47:36 +03:00
parent bc78d2c417
commit 07ede20dc5
17 changed files with 242 additions and 25 deletions
+5 -2
View File
@@ -7,7 +7,8 @@ plugins {
`java-base`
}
val projectsToShadow = listOf(
// Do not rename, used in JPS importer
val projectsToShadow by extra(listOf(
":plugins:annotation-based-compiler-plugins-ide-support",
":compiler:backend",
":compiler:backend-common",
@@ -46,9 +47,11 @@ val projectsToShadow = listOf(
":compiler:resolution",
":compiler:serialization",
":compiler:util",
":core:util.runtime")
":core:util.runtime"))
// Do not rename, used in JPS importer
val packedJars by configurations.creating
val sideJars by configurations.creating
dependencies {