Interface PrebuiltStaticLibraryBinary

All Superinterfaces:
Binary, NativeBinary, NativeLibraryBinary, StaticLibraryBinary

@Incubating @Deprecated public interface PrebuiltStaticLibraryBinary extends StaticLibraryBinary
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.
A static library that exists at a known location on the filesystem.
  • Method Details

    • setStaticLibraryFile

      void setStaticLibraryFile(File staticLibraryFile)
      Deprecated.
      The static library binary file.