Pill: Removed unused NONE variant
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user