Always compile non-incrementally if incremental state is missing
Test: Updated IncrementalCompilationClasspathSnapshotJvmMultiProjectIT.
.testMissingIncrementalState
^KT-53231 Fixed
This commit is contained in:
+1
@@ -170,6 +170,7 @@ abstract class IncrementalCompilerRunner<
|
||||
when (compilationMode) {
|
||||
is CompilationMode.Incremental -> {
|
||||
try {
|
||||
reporter.debug { "Performing incremental compilation" }
|
||||
val exitCode = if (withAbiSnapshot) {
|
||||
compileIncrementally(
|
||||
args, caches, allSourceFiles, compilationMode, messageCollector,
|
||||
|
||||
Reference in New Issue
Block a user