toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform.toolchain
/
CommandLineToolConfiguration
Command
Line
Tool
Configuration
API
@
Incubating
interface
CommandLineToolConfiguration
(
source
)
An executable tool that forms part of a tool chain.
Inheritors
GccCommandLineToolConfiguration
Members
Functions
with
Arguments
Link copied to clipboard
API
abstract
fun
withArguments
(
arguments
:
Action
<
in
List
<
String
>
>
)
Adds an action that will be applied to the command-line arguments prior to execution.