api / org.gradle.nativeplatform / BuildType

BuildType

@Incubating interface BuildType : Named

Specifies a build-type for a native binary. Common build types are 'debug' and 'release', but others may be defined.

Functions

getDisplayName

abstract fun getDisplayName(): String

Returns a human-consumable name for this build type.

Inherited Functions

getName

abstract fun getName(): String

The object's name.

Must be constant for the life of the object.