Package org.gradle.nativeplatform
Interface Flavor
-
- All Superinterfaces:
Named
@Incubating public interface Flavor extends Named
Defines a custom variant that differentiate aNativeBinary
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Returns a human-consumable display name for this flavor.
-