Split
interface Split
AbiSplit |
DSL object for configuring per-abi splits options. |
DensitySplit |
DSL object for configuring per-density splits options. |
Base data representing how an FULL_APK should be split for a given dimension (density, abi).
Summary
Public functions |
|
---|---|
Unit |
Excludes some values |
Unit |
Includes some values |
Unit |
reset() Resets the list of included split configuration. |
Public functions
reset
fun reset(): Unit
Resets the list of included split configuration.
Use this before calling include, in order to manually configure the list of configuration to split on, rather than excluding from the default list.