Class KspImpl

  • All Implemented Interfaces:
    com.google.devtools.ksp.gradle.model.Ksp , java.io.Serializable

    
    public final class KspImpl
     implements Ksp, Serializable
                        

    Implementation of the Ksp interface.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      KspImpl(String name)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Long getModelVersion() Return a number representing the version of this API.
      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
    • Constructor Detail

      • KspImpl

        KspImpl(String name)
    • Method Detail

      • getModelVersion

         Long getModelVersion()

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

      • getName

         String getName()

        Returns the module (Gradle project) name.