Make doProcessChangesUsingLookups extension again
Original commit: f137910e63
This commit is contained in:
@@ -694,7 +694,7 @@ private fun processChanges(
|
||||
fsOperations: FSOperationsHelper
|
||||
) {
|
||||
if (IncrementalCompilation.isExperimental()) {
|
||||
doProcessChangesUsingLookups(compilationResult.changes.asIterable(), compiledFiles, dataManager, fsOperations, caches)
|
||||
compilationResult.doProcessChangesUsingLookups(compiledFiles, dataManager, fsOperations, caches)
|
||||
}
|
||||
else {
|
||||
compilationResult.doProcessChanges(compiledFiles, allCompiledFiles, caches, fsOperations)
|
||||
@@ -730,8 +730,7 @@ private fun CompilationResult.doProcessChanges(
|
||||
}
|
||||
}
|
||||
|
||||
private fun doProcessChangesUsingLookups(
|
||||
changes: Iterable<ChangeInfo>,
|
||||
private fun CompilationResult.doProcessChangesUsingLookups(
|
||||
compiledFiles: Set<File>,
|
||||
dataManager: BuildDataManager,
|
||||
fsOperations: FSOperationsHelper,
|
||||
|
||||
Reference in New Issue
Block a user