KotlinCommonCompilerToolOptions

Common options for all Kotlin platforms' compilations and tools.

Inheritors

Properties

Link copied to clipboard
@get:Input
abstract val allWarningsAsErrors: Property<Boolean>

Report an error if there are any warnings.

Link copied to clipboard
@get:Input
abstract val extraWarnings: Property<Boolean>

Enable extra checkers for K2.

Link copied to clipboard
@get:Input
abstract val freeCompilerArgs: ListProperty<String>

A list of additional compiler arguments

Link copied to clipboard
@get:Internal
abstract val suppressWarnings: Property<Boolean>

Don't generate any warnings.

Link copied to clipboard
@get:Internal
abstract val verbose: Property<Boolean>

Enable verbose logging output.