ProductFlavorAttr

interface ProductFlavorAttr : Named
com.android.build.api.attributes.ProductFlavorAttr

Type for the attribute holding ProductFlavor information.

There can be more than one attribute associated to each org.gradle.api.artifacts.Configuration object, where each represents a different flavor dimension.

The key should be created with Attribute.of(dimensionName, ProductFlavorAttr.class)

Summary