KotlinCommonCompilerToolOptions

Common options for all Kotlin platforms' compilations and tools.

Inheritors

Properties

Link copied to clipboard

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

A list of additional compiler arguments

Link copied to clipboard

Don't generate any warnings.

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

Enable verbose logging output.