API Documentation: | PlatformConfigurableToolChain |
---|
Note: This class is incubating and may change in a future version of Gradle.
A ToolChain that can handle additional platforms simply by configuring the NativeBinary.
void
target
(String
platformName)
Note: This method is incubating and may change in a future version of Gradle.
Add support for target platform specified by name.
void
target
(String
platformName, Action
<? super TargetedPlatformToolChain
>
action)
Action
<? super TargetedPlatformToolChain
>Note: This method is incubating and may change in a future version of Gradle.
Add configuration for a target platform specified by name with additional configuration action.