Interface NativeDependencySet


@Incubating @Deprecated public interface NativeDependencySet
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.
Models a collection of native type dependencies.
  • Method Details

    • getIncludeRoots

      FileCollection getIncludeRoots()
      Deprecated.
      Returns the header file directories to use at compile time.
    • getLinkFiles

      FileCollection getLinkFiles()
      Deprecated.
      Returns the files to use at link time.
    • getRuntimeFiles

      FileCollection getRuntimeFiles()
      Deprecated.
      Returns the files to use at runtime.