Class NativeComponentPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.plugins.NativeComponentPlugin
-
- All Implemented Interfaces:
Plugin<org.gradle.api.internal.project.ProjectInternal>
@Incubating public class NativeComponentPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A plugin that creates tasks used for constructing native binaries.
-
-
Constructor Summary
Constructors Constructor Description NativeComponentPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
-