Interface SharedLibraryBinary

All Superinterfaces:
Binary, NativeBinary, NativeLibraryBinary
All Known Subinterfaces:
PrebuiltSharedLibraryBinary

@Incubating @Deprecated public interface SharedLibraryBinary extends NativeLibraryBinary
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 NativeLibrary that has been compiled and linked as a shared library.
  • Method Details

    • getSharedLibraryFile

      File getSharedLibraryFile()
      Deprecated.
      The shared library file.
    • getSharedLibraryLinkFile

      File getSharedLibraryLinkFile()
      Deprecated.
      The shared library link file.