Pill: Include certain modules into the BASE variant

This commit is contained in:
Yan Zhulanow
2021-10-13 00:16:02 +09:00
committed by TeamCityServer
parent 17120bf258
commit 46b94a4757
6 changed files with 2 additions and 32 deletions
@@ -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"