Class ObjectiveCppPlugin
java.lang.Object
org.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
@Incubating
@Deprecated
public abstract class ObjectiveCppPlugin
extends Object
implements Plugin<Project>
Deprecated.
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 NativeComponentModelPlugin for native component support.
- Creates a
ObjectiveCppCompiletask for eachObjectiveCppSourceSetto compile the Objective-C++ sources.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectiveCppPlugin
public ObjectiveCppPlugin()Deprecated.
-
-
Method Details
-
apply
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.