Split

interface Split

Known direct subclasses
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
exclude(vararg excludes: String)

Excludes some values

Unit
include(vararg includes: String)

Includes some values

Unit

Resets the list of included split configuration.

Public properties

Boolean

Whether to split in this dimension.

Public functions

exclude

fun exclude(vararg excludes: String): Unit

Excludes some values

include

fun include(vararg includes: String): Unit

Includes some values

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.

Public properties

isEnable

var isEnableBoolean

Whether to split in this dimension.