TargetedNativeComponent

API Documentation:TargetedNativeComponent

Note: This class is incubating and may change in a future version of Gradle.

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.

Properties

PropertyDescription
binaries
Incubating

The binaries that are built for this component. You can use this to configure the binaries for this component.

displayName
Incubating

Returns a human-consumable display name for this component.

source
Deprecated
Incubating

The source sets that are used to build this component.

Methods

MethodDescription
sources(action)
Incubating

Configures the source sets used to build this component.

targetBuildTypes(platformSelectors)
Incubating

Specifies the names of one or more BuildTypes that this component should be built for.

targetFlavors(flavorSelectors)
Incubating

Specifies the names of one or more Flavors that this component should be built for.

targetPlatform(targetPlatform)
Incubating

Specifies a platform that this component should be built be for.

Script blocks

No script blocks

Property details

ModelMap<BinarySpec> binaries (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The binaries that are built for this component. You can use this to configure the binaries for this component.

String displayName (read-only)

Note: This property is incubating and may change in a future version of Gradle.

Returns a human-consumable display name for this component.

ModelMap<LanguageSourceSet> source (read-only)

Note: This property is deprecated and will be removed in the next major version of Gradle.

Note: This property is incubating and may change in a future version of Gradle.

The source sets that are used to build this component.

Method details

void sources(Action<? super ModelMap<LanguageSourceSet>> action)

Note: This method is incubating and may change in a future version of Gradle.

Configures the source sets used to build this component.

void targetBuildTypes(String... platformSelectors)

Note: This method is incubating and may change in a future version of Gradle.

Specifies the names of one or more BuildTypes that this component should be built for.

void targetFlavors(String... flavorSelectors)

Note: This method is incubating and may change in a future version of Gradle.

Specifies the names of one or more Flavors that this component should be built for.

void targetPlatform(String targetPlatform)

Note: This method is incubating and may change in a future version of Gradle.

Specifies a platform that this component should be built be for.