Class ObjectiveCppPlugin

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

@Incubating public class ObjectiveCppPlugin extends Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from Objective-C++ sources.

Automatically includes the ObjectiveCppLangPlugin for core Objective-C++ support and the NativeComponentPlugin for native component support.

  • Constructor Details

    • ObjectiveCppPlugin

      public ObjectiveCppPlugin()
  • 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