Pill: Mark more projects as 'jps-compatible' in FULL variant

This commit is contained in:
Yan Zhulanow
2019-04-12 04:46:05 +03:00
parent ae747196c2
commit 0dfe122a40
12 changed files with 66 additions and 1 deletions
@@ -4,6 +4,7 @@ import org.jetbrains.kotlin.pill.PillExtension
plugins {
kotlin("jvm")
maven
id("jps-compatible")
}
publish()
@@ -14,6 +15,10 @@ dependencies {
compile(kotlinStdlib())
}
pill {
variant = PillExtension.Variant.FULL
}
tasks {
withType<KotlinCompile> {
kotlinOptions.languageVersion = "1.2"