-
- All Implemented Interfaces:
public interface Kapt
Entry point for annotation processor model. Plugin 'kotlin-kapt' can produce this model.
-
-
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. 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.
-
-
-
-