Class NativeComponentPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.plugins.NativeComponentPlugin
-
@Incubating public abstract class NativeComponentPlugin extends java.lang.Object implements Plugin<Project>
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(Project project)
Apply this plugin to the given target object.
-