gradle
Gradle Kotlin DSL Reference
Gradle’s Kotlin DSL provides an enhanced editing experience in supported IDEs, with superior content assist, refactoring, documentation, and more. For an introduction see the Kotlin DSL Primer.
The Kotlin DSL is implemented on top of Gradle’s Java API. Many of the objects, functions and properties you use in your build scripts come from the Gradle API and the APIs of the applied plugins. This reference covers both the Kotlin DSL and the Java API, but it doesn't include functionality provided by external plugins.
The main package of the Kotlin DSL is org.gradle.kotlin.dsl. All members of this package are implicitly imported and readily available in .gradle.kts
scripts in addition to the Java API default imports.
Gradle Kotlin DSL Reference
Gradle’s Kotlin DSL provides an enhanced editing experience in supported IDEs, with superior content assist, refactoring, documentation, and more. For an introduction see the Kotlin DSL Primer.
The Kotlin DSL is implemented on top of Gradle’s Java API. Many of the objects, functions and properties you use in your build scripts come from the Gradle API and the APIs of the applied plugins. This reference covers both the Kotlin DSL and the Java API, but it doesn't include functionality provided by external plugins.
The main package of the Kotlin DSL is org.gradle.kotlin.dsl. All members of this package are implicitly imported and readily available in .gradle.kts
scripts in addition to the Java API default imports.
Packages
The standard org.gradle.api.Plugin implementations.
A org.gradle.api.Plugin for generating parsers from Antlr grammars.
A org.gradle.api.Plugin which compiles and tests Scala sources.
The standard org.gradle.api.Task implementations.
The Ant integration org.gradle.api.Task implementations.
The archive bundling org.gradle.api.Task implementations.
The compilation org.gradle.api.Task implementations.
The diagnostic org.gradle.api.Task implementations.
The documentation generation org.gradle.api.Task implementations.
The unit testing org.gradle.api.Task implementations.
The Gradle wrapper org.gradle.api.Task.
A org.gradle.api.Plugin for generating Eclipse files.
Classes for the model used by the org.gradle.plugins.ide.eclipse.EclipsePlugin.
A org.gradle.api.Plugin for generating IDEA files.
Classes for the model used by the org.gradle.plugins.ide.idea.IdeaPlugin.