Mark removed source file as deleted for compiler
#KT-55905 Fixed
This commit is contained in:
committed by
Space Team
parent
c1420794b4
commit
3aade8ad95
+1
-1
@@ -469,7 +469,7 @@ abstract class IncrementalCompilerRunner<
|
||||
val lookupTracker = LookupTrackerImpl(LookupTracker.DO_NOTHING)
|
||||
val expectActualTracker = ExpectActualTrackerImpl()
|
||||
//TODO(valtman) sourceToCompile calculate based on abiSnapshot
|
||||
val (sourcesToCompile, removedKotlinSources) = dirtySources.partition(File::exists)
|
||||
val (sourcesToCompile, removedKotlinSources) = dirtySources.partition { it.exists() && allKotlinSources.contains(it) }
|
||||
|
||||
val services = makeServices(
|
||||
args, lookupTracker, expectActualTracker, caches,
|
||||
|
||||
Reference in New Issue
Block a user