NativeLibraryRequirement

A dependency on a native library within the build.

Functions

Link copied to clipboard
abstract fun getLibraryName(): String
The name of the required library.
Link copied to clipboard
abstract fun getLinkage(): String
The required linkage.
Link copied to clipboard
abstract fun getProjectPath(): String
The path to the project containing the library.
Link copied to clipboard
abstract fun withProjectPath(projectPath: String): NativeLibraryRequirement
Creates a copy of this requirement with the specified project path