Class ObjectFile

java.lang.Object
org.gradle.nativeplatform.ObjectFile
All Implemented Interfaces:
TransformationFileType

@Incubating @Deprecated public class ObjectFile extends Object implements TransformationFileType
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
LanguageOutputType marking object file output type.
  • Constructor Details

    • ObjectFile

      public ObjectFile()
      Deprecated.