TargetedNativeComponent

A native component that can be configured to target certain variant dimensions. This functionality is a temporary workaround to eliminate configuration of unnecessary domain objects and tasks.

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
abstract fun getVariants(): Iterable<out Binary>
Link copied to clipboard
abstract fun setBaseName(baseName: String)
Link copied to clipboard
abstract fun targetBuildTypes(buildTypeSelectors: Array<String>)
Specifies the names of one or more BuildTypes that this component should be built for.
Link copied to clipboard
abstract fun targetFlavors(flavorSelectors: Array<String>)
Specifies the names of one or more Flavors that this component should be built for.
Link copied to clipboard
abstract fun targetPlatform(targetPlatform: String)