UsesKotlinJavaToolchain

Represents a Kotlin task using the Gradle toolchains for JVM projects feature inside its TaskAction.

The Gradle toolchains for JVM projects feature is used by our plugin to compile Kotlin/JVM.

Use this interface to configure different tasks to use different JDK versions via Gradle's tasks API.

Inheritors

Properties

Link copied to clipboard

A helper shortcut to get KotlinJavaToolchain from kotlinJavaToolchainProvider without calling the .get() method.

Link copied to clipboard

Kotlin task configured JVM toolchain.