api / org.gradle.nativeplatform / Flavor

Flavor

@Incubating interface Flavor : Named

Defines a custom variant that differentiate a NativeBinary.

Functions

getDisplayName

abstract fun getDisplayName(): String

Returns a human-consumable display name for this flavor.

Inherited Functions

getName

abstract fun getName(): String

The object's name.

Must be constant for the life of the object.