-
- All Implemented Interfaces:
-
java.io.Serializable,org.jetbrains.kotlin.gradle.model.Kapt
public final class KaptImpl implements Kapt, Serializable
Implementation of the Kapt interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKaptImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongmodelVersionprivate final Stringnameprivate final Collection<KaptSourceSet>kaptSourceSets
-
Constructor Summary
Constructors Constructor Description KaptImpl(String name, Collection<KaptSourceSet> kaptSourceSets)
-
Method Summary
Modifier and Type Method Description LonggetModelVersion()StringgetName()Collection<KaptSourceSet>getKaptSourceSets()-
-
Constructor Detail
-
KaptImpl
KaptImpl(String name, Collection<KaptSourceSet> kaptSourceSets)
-
-
Method Detail
-
getModelVersion
Long getModelVersion()
-
getKaptSourceSets
Collection<KaptSourceSet> getKaptSourceSets()
-
-
-
-