Class ObjectiveCLangPlugin
- java.lang.Object
-
- org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
-
@Incubating public abstract class ObjectiveCLangPlugin extends java.lang.Object implements Plugin<Project>
Adds core Objective-C language support.
-
-
Constructor Summary
Constructors Constructor Description ObjectiveCLangPlugin()
-
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.
-