JackOptions

DSL object for configuring Jack options.

See Jack and Jill

Properties

PropertyDescription
additionalParameters

Additional parameters to be passed to Jack.

enabled

Whether to use Jack for compilation. By default, this value is false.

jackInProcess

Whether to run Jack the same JVM as Gradle. By default, this value is true.

Methods

No methods

Script blocks

No script blocks

Property details

Map<String, String> additionalParameters

Additional parameters to be passed to Jack.

Boolean enabled

Whether to use Jack for compilation. By default, this value is false.

Boolean jackInProcess

Whether to run Jack the same JVM as Gradle. By default, this value is true.