Interface Ksp
-
- All Implemented Interfaces:
public interface KspEntry point for Kotlin Ksp models. Represents the description of annotations interpreted by 'kotlin-ksp-gradle' plugin.
-
-
Method Summary
Modifier and Type Method Description abstract LonggetModelVersion()Return a number representing the version of this API. abstract StringgetName()Returns the module (Gradle project) name. -
-
Method Detail
-
getModelVersion
abstract Long getModelVersion()
Return a number representing the version of this API. Always increasing if changed.
-
-
-
-