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.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongmodelVersionprivate final Stringname
-
Method Summary
Modifier and Type Method Description LonggetModelVersion()Return a number representing the version of this API. StringgetName()Returns the module (Gradle project) name. -
-
Constructor Detail
-
KspImpl
KspImpl(String name)
-
-
Method Detail
-
getModelVersion
Long getModelVersion()
Return a number representing the version of this API. Always increasing if changed.
-
-
-
-