api / org.gradle.nativeplatform / Tool

Tool

@Incubating interface Tool

Configuration of the arguments of a ToolChain executable.

Functions

args

abstract fun args(vararg args: String): Unit

Adds a number of arguments to be passed to the tool.

getArgs

abstract fun getArgs(): MutableList<String>

The arguments passed when executing this tool.

Inheritors

PreprocessingTool

interface PreprocessingTool : Tool

A tool that permits configuration of the C preprocessor.