KotlinToolTask

Represents a Kotlin task performing further processing of compiled code via additional Kotlin tools using configurable toolOptions.

Check KotlinCommonCompilerToolOptions inheritors (excluding KotlinCommonCompilerToolOptions) for the possible configuration options.

See also

Properties

Link copied to clipboard
abstract val toolOptions: TO

Represents the tool options used by a Kotlin task with reasonable configured defaults.

Functions

Link copied to clipboard
open fun toolOptions(configure: TO.() -> Unit)
open fun toolOptions(configure: Action<in TO>)

Configures the toolOptions with the provided configuration.