[IC] Do not report recompilation of non-existing files

This commit is contained in:
Andrey Uskov
2022-07-11 15:14:34 +03:00
committed by teamcity
parent 0b7244280f
commit 5ba3053e00
2 changed files with 1 additions and 1 deletions
@@ -142,5 +142,6 @@ internal fun collectNewDirtySources(
if (!alreadyCompiledSources.containsAll(forceToRecompileFiles)) {
addAll(forceToRecompileFiles)
}
removeAll { !it.exists() }
}
}