Package-level declarations

Types

Link copied to clipboard

Represents a Kotlin task that runs annotation processing using Kotlin/Kapt.

Link copied to clipboard

Represents any Kotlin compilation task including common task inputs.

Link copied to clipboard

Represents a Kotlin task that uses the Kotlin daemon to compile.

Link copied to clipboard

A task to incrementally synchronize a set of files between directories.

Link copied to clipboard
interface Kapt : BaseKapt

Represents a BaseKapt task whose implementation is running Kotlin/Kapt directly (without using the Kotlin compiler).

Link copied to clipboard

Represents a Kotlin task that generates stubs from Java annotation processing results.

Link copied to clipboard

Represents a Kotlin task compiling using configurable compilerOptions.

Link copied to clipboard

The available Kotlin compilation execution strategies in Gradle.

Link copied to clipboard

Represents a Kotlin task participating in some stage of the build by compiling sources or running additional Kotlin tools.

Link copied to clipboard

The Kotlin JVM toolchain.

Link copied to clipboard

Represents a Kotlin task compiling given Kotlin sources into JVM class files.

Link copied to clipboard

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

Link copied to clipboard

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