Class ObjectiveCppCompile

All Implemented Interfaces:
Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, Named, ExtensionAware, Task, Configurable<Task>

@Incubating @DisableCachingByDefault(because="Not made cacheable, yet") public abstract class ObjectiveCppCompile extends AbstractNativeSourceCompileTask
Compiles Objective-C++ source files into object files.
  • Constructor Details

    • ObjectiveCppCompile

      public ObjectiveCppCompile()
  • Method Details