toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform
/
NativeDependencySet
Native
Dependency
Set
API
@
Incubating
interface
NativeDependencySet
(
source
)
Models a collection of native type dependencies.
Members
Functions
get
Include
Roots
Link copied to clipboard
API
abstract
fun
getIncludeRoots
(
)
:
FileCollection
Returns the header file directories to use at compile time.
get
Link
Files
Link copied to clipboard
API
abstract
fun
getLinkFiles
(
)
:
FileCollection
Returns the files to use at link time.
get
Runtime
Files
Link copied to clipboard
API
abstract
fun
getRuntimeFiles
(
)
:
FileCollection
Returns the files to use at runtime.