Package org.gradle.nativeplatform
Interface NativeLibraryRequirement
A dependency on a native library within the build.
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the required library.The required linkage.The path to the project containing the library.withProjectPath(String projectPath) Creates a copy of this requirement with the specified project path
- 
Method Details