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
@@ -10,8 +10,4 @@ dependencies {
api(project(":kotlin-project-model"))
compileOnly("com.android.tools.build:gradle:3.4.0")
}
pill {
variant = PillExtension.Variant.FULL
}
}