Class ObjectiveCLangPlugin

java.lang.Object
org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class ObjectiveCLangPlugin extends Object implements Plugin<Project>
Adds core Objective-C language support.
  • Constructor Details

    • ObjectiveCLangPlugin

      public ObjectiveCLangPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object