toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform
/
Tool
Tool
API
@
Incubating
interface
Tool
(
source
)
Configuration of the arguments of a ToolChain executable.
Inheritors
PreprocessingTool
Members
Functions
args
Link copied to clipboard
API
abstract
fun
args
(
args
:
Array
<
String
>
)
Adds a number of arguments to be passed to the tool.
get
Args
Link copied to clipboard
API
abstract
fun
getArgs
(
)
:
List
<
String
>
The arguments passed when executing this tool.