GradlePlugin

class GradlePlugin : KotlinCompilerPluginSupportPlugin

Gradle plugin that register the gradle extension and defines where the compiler plugin is located.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun apply(target: Project)
Link copied to clipboard
open override fun applyToCompilation(kotlinCompilation: KotlinCompilation<*>): Provider<List<SubpluginOption>>
Link copied to clipboard
open override fun getCompilerPluginId(): String
Link copied to clipboard
open override fun getPluginArtifact(): SubpluginArtifact
Link copied to clipboard
open fun getPluginArtifactForNative(): SubpluginArtifact?
Link copied to clipboard
open override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean