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 copySpec(configuration: ERROR CLASS: Symbol not found for Action<ERROR CLASS: Symbol not found for CopySpec>): ERROR CLASS: Symbol not found for CopySpec
Creates a {@link CopySpec} which can later be used to copy files or create an archive.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the relative path from this script's target base directory to the given path.