compilerOptions

open fun compilerOptions(configure: CO.() -> Unit)
open fun compilerOptions(configure: Action<CO>)

Configures the compilerOptions with the provided configuration.


abstract val compilerOptions: CO

Represents the compiler options used by a Kotlin compilation process.

This can be used to get the values of currently configured options or modify them.