DebugOptions

Debug options for Java compilation. Only take effect if debug is set to true.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Nullable
@get:Input
open var debugLevel: String

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.