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") }
jvmTarget = "1.6"
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+1
View File
@@ -4,6 +4,7 @@ import org.gradle.api.tasks.bundling.Jar
import org.jetbrains.kotlin.gradle.dsl.KotlinCompile
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.8"
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+1
View File
@@ -2,6 +2,7 @@
description = "Kotlin Runner"
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
@@ -4,6 +4,7 @@ import org.gradle.jvm.tasks.Jar
description = "Compiler runner + daemon client"
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
@@ -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") }
jvmTarget = "1.6"
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
@@ -3,6 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
description = "Kotlin Daemon Client"
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
@@ -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") }
jvmTarget = "1.6"
@@ -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") }
jvmTarget = "1.6"
@@ -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") }
jvmTarget = "1.6"
+1
View File
@@ -1,4 +1,5 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+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") }
jvmTarget = "1.6"
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+1
View File
@@ -2,6 +2,7 @@
description = "Kotlin Preloader"
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
+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") }
jvmTarget = "1.6"
@@ -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 {
testCompile(project(":core:descriptors"))
+1
View File
@@ -1,4 +1,5 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
dependencies {
testRuntime(intellijDep())
+1
View File
@@ -1,6 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
dependencies {
testCompile(projectTests(":compiler:tests-common"))
+1
View File
@@ -1,5 +1,6 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"