Kotlin Script
Base contract for all Gradle Kotlin DSL scripts.
This is the Kotlin flavored equivalent of org.gradle.api.Script.
It is not implemented directly by the IDE script templates to overcome ambiguous conflicts and Kotlin language limitations.
Since
6.0
Properties
Functions
Link copied to clipboard
abstract fun files(paths: Any, configuration: Action<ConfigurableFileCollection>): ConfigurableFileCollection
Creates a ConfigurableFileCollection containing the given files.
Link copied to clipboard
Executes an external Java process.
Link copied to clipboard
Returns the relative path from this script's target base directory to the given path.