kotlinOptions

open fun kotlinOptions(fn: T.() -> Unit)
open fun kotlinOptions(fn: Action<in T>)

Deprecated

Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln

Configures the kotlinOptions with the provided configuration.


abstract val kotlinOptions: T

Deprecated

Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln

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.

The kotlinOptions configuration is delegated to the related task compilerOptions input configuration.