ProductFlavorAttr.Companion
@Incubating object ProductFlavorAttr.Companion
Summary
| Public functions | |
|---|---|
| @Incubating Attribute<ProductFlavorAttr> | Returns a product flavor attribute for the given flavor dimension | 
Public functions
of
@Incubating
fun of(flavorDimension: String): Attribute<ProductFlavorAttr>
Returns a product flavor attribute for the given flavor dimension
| Parameters | |
|---|---|
| flavorDimension: String | The name of the flavor dimension, as specified in the Android Gradle Plugin DSL. | 
