addCompilerPluginDependency

abstract fun addCompilerPluginDependency(dependency: Provider<Any>)

Adds a compiler plugin dependency to this project.

This can be, for example, a Maven coordinate or a project already included in the build.

Since

1.7.0

Parameters

dependency

see the org.gradle.api.artifacts.dsl.DependencyHandler dependency notations description for possible values.