kotlinOptions
Deprecated
Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln
Configures the kotlinOptions with the provided configuration.
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.