Recompile only files from last iteration after compile error
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Compiling files:
|
||||
src/A.kt
|
||||
src/D.kt
|
||||
src/useA.kt
|
||||
src/useD.kt
|
||||
End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Type mismatch: inferred type is A<B> but A<C> was expected
|
||||
Type mismatch: inferred type is A<B> but A<C> was expected
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
Compiling files:
|
||||
src/D.kt
|
||||
src/useA.kt
|
||||
src/useD.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
Reference in New Issue
Block a user