Kotlin
    @Incubating
Base class for Gradle Kotlin DSL standalone Gradle scripts IDE support, aka. init scripts.
Since
8.1
Properties
Functions
Link copied to clipboard
                  open override fun apply(@DelegatesTo(value = ObjectConfigurationAction::class
Link copied to clipboard
                  Applies the plugin of the given type T. Does nothing if the plugin has already been applied.
Kotlin extension function for org.gradle.api.plugins.PluginAware.apply.
Applies the given plugin or script.
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
                  Link copied to clipboard
                  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.