api / org.gradle.kotlin.dsl / org.gradle.plugin.use.PluginDependencySpec

Extensions for org.gradle.plugin.use.PluginDependencySpec

apply

infix fun PluginDependencySpec.apply(apply: Boolean): PluginDependencySpec

Specifies whether the plugin should be applied to the current project. Otherwise it is only put on the project's classpath.

version

infix fun PluginDependencySpec.version(version: String?): PluginDependencySpec

Specify the version of the plugin to depend on.