Package 

Class KotlinQAPlugin

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

    
    public class KotlinQAPlugin
     implements Plugin<Project>
                        

    Entry point for the Kotlin QA Plugin.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinQAPlugin()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit apply(Project project)
      • Methods inherited from class java.lang.Object

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

      • KotlinQAPlugin

        KotlinQAPlugin()