Kotlin Settings Script Template
@Incubating
Base class for Gradle Kotlin DSL standalone Settings scripts IDE support.
Since
8.1
Properties
Functions
Link copied to clipboard
open override fun apply(@DelegatesTo(value = ObjectConfigurationAction::class ) closure: Closure<Any>)
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
Configures the plugin dependencies for the project's settings.
Link copied to clipboard
Returns the relative path from this script's target base directory to the given path.