NativeLibraryRequirement

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 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