Package 

Interface Ksp


  • 
    public interface Ksp
    
                        

    Entry point for Kotlin Ksp models. Represents the description of annotations interpreted by 'kotlin-ksp-gradle' plugin.

    • Method Summary

      Modifier and Type Method Description
      abstract Long getModelVersion() Return a number representing the version of this API.
      abstract String getName() Returns the module (Gradle project) name.
      • Methods inherited from class java.lang.Object

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

      • getModelVersion

         abstract Long getModelVersion()

        Return a number representing the version of this API. Always increasing if changed.

      • getName

         abstract String getName()

        Returns the module (Gradle project) name.