Pill: Removed unused NONE variant

This commit is contained in:
Yan Zhulanow
2020-09-03 19:57:23 +09:00
parent a355d82b37
commit c2cbbc5aba
3 changed files with 1 additions and 11 deletions
@@ -21,11 +21,6 @@ open class PillExtension {
override val includes = setOf(BASE, FULL)
},
// Do not import the project to JPS model, but set some options for it
NONE {
override val includes = emptySet<Variant>()
},
// 'BASE' if the "jps-compatible" plugin is applied, 'NONE' otherwise
DEFAULT {
override val includes = emptySet<Variant>()