Class NativeComponentModelPlugin
java.lang.Object
org.gradle.nativeplatform.plugins.NativeComponentModelPlugin
@Incubating
public abstract class NativeComponentModelPlugin
extends Object
implements Plugin<Project>
A plugin that sets up the infrastructure for defining native binaries.
- 
Constructor Summary
ConstructorsConstructorDescriptionNativeComponentModelPlugin(org.gradle.internal.reflect.Instantiator instantiator, org.gradle.api.internal.CollectionCallbackActionDecorator collectionCallbackActionDecorator)  - 
Method Summary
 
- 
Constructor Details
- 
NativeComponentModelPlugin
@Inject public NativeComponentModelPlugin(org.gradle.internal.reflect.Instantiator instantiator, org.gradle.api.internal.CollectionCallbackActionDecorator collectionCallbackActionDecorator)  
 - 
 - 
Method Details