ComponentBuilder

interface ComponentBuilder : ComponentIdentity
com.android.build.api.variant.ComponentBuilder

Component object that contains properties that must be set during configuration time as it changes the build flow for the variant.

Summary

Properties

abstract Boolean

Set to true if the variant is active and should be configured, false otherwise.

abstract Boolean

Inherited properties

Properties

enable

abstract var enable: Boolean

Set to true if the variant is active and should be configured, false otherwise.

enabled

abstract var enabled: Boolean

Deprecated.