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
@@ -6,6 +6,9 @@ apply { plugin("jps-compatible") }
val robolectricClasspath by configurations.creating
// Do not rename, used in JPS importer
val fatJarContents by configurations.creating
dependencies {
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
@@ -30,6 +33,8 @@ dependencies {
testRuntime(intellijPluginDep("junit")) { includeJars("idea-junit", "resources_en") }
robolectricClasspath(commonDep("org.robolectric", "robolectric"))
fatJarContents(project(":kotlin-android-extensions-runtime"))
}
sourceSets {