Incremental KAPT: fix typo and do check processed sources on
clean build
This commit is contained in:
committed by
Mikhael Bogdanov
parent
0522583602
commit
08a2b47c77
+1
-1
@@ -71,7 +71,7 @@ class IncrementalProcessor(private val processor: Processor, private val kind: D
|
||||
|
||||
fun isUnableToRunIncrementally() = !kind.canRunIncrementally
|
||||
|
||||
/** Mapping fromm generated file to type that were used as originating elements. For aggregating APs types will be [null]. */
|
||||
/** Mapping from generated file to type that were used as originating elements. For aggregating APs types will be [null]. */
|
||||
fun getGeneratedToSources(): Map<File, String?> = dependencyCollector.value.getGeneratedToSources()
|
||||
|
||||
/** All top-level types that were processed by aggregating APs. */
|
||||
|
||||
Reference in New Issue
Block a user