api / org.gradle.language.objectivecpp.plugins

Package org.gradle.language.objectivecpp.plugins

Types

ObjectiveCppLangPlugin

open class ObjectiveCppLangPlugin : Plugin<Project>

Adds core Objective-Cpp language support.

ObjectiveCppPlugin

open class ObjectiveCppPlugin : 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.

  • Creates a org.gradle.language.objectivecpp.tasks.ObjectiveCppCompile task for each org.gradle.language.objectivecpp.ObjectiveCppSourceSet to compile the Objective-C++ sources.