VariantOutput
interface VariantOutput : VariantOutputConfiguration
Defines a variant output.
Summary
Public properties |
|
---|---|
Property<Boolean> |
This property is deprecated. Replaced by enable |
Property<Boolean> |
Returns a modifiable |
Property<Int?> |
Returns a modifiable |
Property<String?> |
Returns a modifiable |
Public properties
enable
val enable: Property<Boolean>
Returns a modifiable Property
to enable or disable the production of this VariantOutput
enabled
val enabled: Property<Boolean>
Returns a modifiable Property
to enable or disable the production of this VariantOutput
versionCode
val versionCode: Property<Int?>
Returns a modifiable Property
representing the variant output version code.
This will be initialized with the variant's merged flavor value or read from the manifest file if unset.
versionName
val versionName: Property<String?>
Returns a modifiable Property
representing the variant output version name.
This will be initialized with the variant's merged flavor value, or it will be read from the manifest source file if it's not set via the DSL, or it will be null if it's also not set in the manifest.