toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform
/
NativeLibraryRequirement
Native
Library
Requirement
API
@
Incubating
interface
NativeLibraryRequirement
(
source
)
A dependency on a native library within the build.
Members
Functions
get
Library
Name
Link copied to clipboard
API
abstract
fun
getLibraryName
(
)
:
String
The name of the required library.
get
Linkage
Link copied to clipboard
API
abstract
fun
getLinkage
(
)
:
String
The required linkage.
get
Project
Path
Link copied to clipboard
API
abstract
fun
getProjectPath
(
)
:
String
The path to the project containing the library.
with
Project
Path
Link copied to clipboard
API
abstract
fun
withProjectPath
(
projectPath
:
String
)
:
NativeLibraryRequirement
Creates a copy of this requirement with the specified project path