-
- All Implemented Interfaces:
public interface KaptEntry point for annotation processor model. Plugin 'kotlin-kapt' can produce this model.
-
-
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. abstract Collection<KaptSourceSet>getKaptSourceSets()Return all kapt source sets. -
-
Method Detail
-
getModelVersion
abstract Long getModelVersion()
Return a number representing the version of this API. Always increasing if changed.
-
getKaptSourceSets
abstract Collection<KaptSourceSet> getKaptSourceSets()
Return all kapt source sets.
-
-
-
-