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,21 @@
================ Step #1 =================
Compiling files:
src/A.kt
src/useF.kt
src/useG.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Unresolved reference: f
Unresolved reference: g
================ Step #2 =================
Compiling files:
src/useF.kt
src/useG.kt
End of files
Exit code: OK