Package-level declarations
Types
Contains all the configurable Kotlin dependencies for a Kotlin DSL entity, like an instance of KotlinSourceSet.
Represents a Kotlin DSL entity associated with a Gradle Project.
The base interface for all Kotlin Gradle plugins.
Represents the configuration of a Kotlin Compiler invocation. The KotlinCompilation API is designed to ensure the correct and consistent propagation of any compilation changes to all underlying tasks and configurations. Use the KotlinCompilation API instead of getting tasks, configurations, and other related domain objects directly through the Gradle API. For Native targets, KotlinCompilation also provides an API to configure cinterop.
Represents the outputs of a Kotlin source set compilation.
Represents a DSL for managing the dependencies of Kotlin entities that implement a HasKotlinDependencies interface.
Provides factory methods to create a custom Kotlin compilation pipeline for the JVM platform.