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

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.

Infix version of PluginDependencySpec.apply.