Class NativeComponentModelPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.plugins.NativeComponentModelPlugin
-
- All Implemented Interfaces:
Plugin<org.gradle.api.internal.project.ProjectInternal>
@Incubating public class NativeComponentModelPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A plugin that sets up the infrastructure for defining native binaries.
-
-
Constructor Summary
Constructors Constructor Description NativeComponentModelPlugin(org.gradle.internal.reflect.Instantiator instantiator)
-
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.
-