Table of Contents
| API Documentation: | PlatformAwareComponentSpec | 
|---|
| Known Subtypes: | 
 | 
|---|
Note: This class is incubating and may change in a future version of Gradle.
Defines Platform specific operations for ComponentSpecs
| Property | Description | 
| binaries | Incubating The variants produced for this component spec. | 
| displayName | Incubating Returns a human-consumable display name for this element. | 
| Method | Description | 
| targetPlatform(targetPlatform) | Incubating Specifies a platform that this component should be built be for. | 
ModelMap<BinarySpec>binaries (read-only)
ModelMap<BinarySpec>Note: This property is incubating and may change in a future version of Gradle.
The variants produced for this component spec.
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 element.
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.