Kotlin Project Script Template
@Incubating
Base class for Gradle Kotlin DSL standalone Project scripts IDE support, aka. build scripts.
Since
8.1
Properties
Functions
Link copied to clipboard
Configures the build script classpath for this project.
Link copied to clipboard
open override fun files(paths: Any, configuration: Action<ConfigurableFileCollection>): ConfigurableFileCollection
Creates a ConfigurableFileCollection containing the given files.
Link copied to clipboard
The ScriptHandler for this script.
Link copied to clipboard
Executes an external Java process.
Link copied to clipboard
Configures the plugin dependencies for this project.
Link copied to clipboard
Returns the relative path from this script's target base directory to the given path.