VariantConfiguration

Base interface for interfaces that configure on a per-variant basis and need to expose variant info.

Inheritors

Properties

Link copied to clipboard
abstract val buildType: String?

Returns the Build Type.

Link copied to clipboard
abstract val flavors: List<Pair<String, String>>

Returns the list of flavors, or an empty list.

Link copied to clipboard
abstract val name: String

Returns the unique variant name.