Add Pill support to compiler and IDE modules

Original commit: 34d1611ed4
This commit is contained in:
Yan Zhulanow
2018-02-14 23:51:22 +03:00
parent 08f6569827
commit 4d1a929809
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
dependencies {
compile(projectDist(":kotlin-stdlib"))
+1
View File
@@ -1,4 +1,5 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
val compilerModules: Array<String> by rootProject.extra
@@ -10,6 +10,7 @@
*/
plugins { java }
apply { plugin("jps-compatible") }
dependencies {
compileOnly(intellijDep()) { includeJars("annotations", "util") }