api / org.gradle.api.tasks.compile / CompilerArgumentProvider

CompilerArgumentProvider

@Incubating interface CompilerArgumentProvider : CommandLineArgumentProvider

Provides command-line arguments to the compiler.

Since
4.5

Inherited Functions

asArguments

abstract fun asArguments(): MutableIterable<String>

The arguments which will be provided to the process.