ProviderAwareCompilerDaemonForkOptions

Fork options for compilation that can accept user-defined CommandLineArgumentProvider objects. Only take effect if fork is true.

Since

7.1

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var jvmArgs: List<String>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun define(args: Map<String, Any>)
Link copied to clipboard
inline fun AbstractOptions.define(vararg args: Pair<String, Any?>)

Kotlin extension function for org.gradle.api.tasks.compile.AbstractOptions.define.

Link copied to clipboard
Returns the full set of arguments to use to launch the JVM for the compiler process.