Package 

Interface KotlinCompilerPluginSupportPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin

    
    public interface KotlinCompilerPluginSupportPlugin
     implements Plugin<Project>
                        

    Gradle plugin implementing support for a Kotlin compiler plugin.

    In order to be discovered, it should be applied to the project as an ordinary Gradle Plugin before the Kotlin plugin inspects the project model in an afterEvaluate handler.

    The default implementation of apply doesn't do anything, but it can be overridden.

    Then its isApplicable is checked against compilations of the project, and if it returns true, then applyToCompilation may be called later.