Recompile only files from last iteration after compile error

This commit is contained in:
Alexey Tsvetkov
2017-12-07 05:04:10 +03:00
parent 3914c1b0e9
commit 0fee7883ed
18 changed files with 359 additions and 2 deletions
@@ -0,0 +1,17 @@
================ Step #1 =================
Compiling files:
src/Base.kt
src/use.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
'when' expression must be exhaustive, add necessary 'is C' branch or 'else' branch instead
================ Step #2 =================
Compiling files:
src/use.kt
End of files
Exit code: OK