Stay organized with collections Save and categorize content based on your preferences.

ProductFlavorAttr

interface ProductFlavorAttr : Named


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 ProductFlavorAttr.of(flavorDimension).

Summary

Inherited functions

From class org.gradle.api.Named