Package 

Interface KotlinBasePlugin

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

    
    public interface KotlinBasePlugin
     implements Plugin<Project>
                        

    Base Kotlin plugin that is responsible for creating basic build services, configurations, and other setup that is common for all Kotlin projects.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getPluginVersion() Gets the current version of the Kotlin Gradle plugin.
      • Methods inherited from class org.gradle.api.Plugin

        apply
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail