toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.cpp
/
LinkageDetails
Linkage
Details
API
interface
LinkageDetails
(
source
)
Represents the linkage details for a binary.
Since
4.10
Members
Functions
get
Additional
Args
Link copied to clipboard
API
abstract
fun
getAdditionalArgs
(
)
:
List
<
String
>
Returns any additional linker arguments.
get
Link
Task
Link copied to clipboard
API
abstract
fun
getLinkTask
(
)
:
Task
Returns details of the link task for the binary.
get
Output
Location
Link copied to clipboard
API
abstract
fun
getOutputLocation
(
)
:
File
Returns the output location of this binary.