Add Pill support to compiler and IDE modules

This commit is contained in:
Yan Zhulanow
2018-02-14 23:51:22 +03:00
parent af60bcfb47
commit 34d1611ed4
80 changed files with 86 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
dependencies {
compile(project(":compiler:util"))
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
dependencies {
compile(project(":compiler:util"))
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+1
View File
@@ -11,6 +11,7 @@ node {
}
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
val antLauncherJar by configurations.creating
+1
View File
@@ -5,6 +5,7 @@ plugins {
}
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"