Pill: Include certain modules into the BASE variant
This commit is contained in:
committed by
TeamCityServer
parent
17120bf258
commit
46b94a4757
@@ -10,8 +10,4 @@ dependencies {
|
||||
api(project(":kotlin-project-model"))
|
||||
|
||||
compileOnly("com.android.tools.build:gradle:3.4.0")
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = PillExtension.Variant.FULL
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,4 @@
|
||||
import org.jetbrains.kotlin.pill.PillExtension
|
||||
|
||||
plugins {
|
||||
id("gradle-plugin-common-configuration")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = PillExtension.Variant.FULL
|
||||
}
|
||||
}
|
||||
@@ -13,10 +13,6 @@ dependencies {
|
||||
testImplementation(kotlin("test-junit"))
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = org.jetbrains.kotlin.pill.PillExtension.Variant.FULL
|
||||
}
|
||||
|
||||
kotlin.target.compilations.all {
|
||||
kotlinOptions.languageVersion = "1.4"
|
||||
kotlinOptions.apiVersion = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user