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
open var memoryInitialSize: String
Link copied to clipboard
open var memoryMaximumSize: String

Functions

Link copied to clipboard
open fun getAllJvmArgs(): List<String>
Returns the full set of arguments to use to launch the JVM for the compiler process.