Add Pill support to compiler and IDE modules
Original commit: 34d1611ed4
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
apply { plugin("kotlin") }
|
apply { plugin("kotlin") }
|
||||||
|
apply { plugin("jps-compatible") }
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(projectDist(":kotlin-stdlib"))
|
compile(projectDist(":kotlin-stdlib"))
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
apply { plugin("kotlin") }
|
apply { plugin("kotlin") }
|
||||||
|
apply { plugin("jps-compatible") }
|
||||||
|
|
||||||
val compilerModules: Array<String> by rootProject.extra
|
val compilerModules: Array<String> by rootProject.extra
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
plugins { java }
|
plugins { java }
|
||||||
|
apply { plugin("jps-compatible") }
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(intellijDep()) { includeJars("annotations", "util") }
|
compileOnly(intellijDep()) { includeJars("annotations", "util") }
|
||||||
|
|||||||
Reference in New Issue
Block a user