Remove old IC: remove experimental-ic-build.log

This commit moves each experimental-ic-build.log
into a corresponding build.log file.
This commit is contained in:
Alexey Tsvetkov
2017-05-03 13:58:40 +03:00
parent 2bd7d12312
commit 5af9d29cbe
178 changed files with 259 additions and 2633 deletions
@@ -8,7 +8,11 @@ End of files
Compiling files:
module1/src/a.kt
End of files
Exit code: OK
Marked as dirty by Kotlin:
module2/src/usage.kt
Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Exit code: NOTHING_DONE
------------------------------------------
Building module2
Cleaning output files:
@@ -1,26 +0,0 @@
================ Step #1 =================
Building module1
Cleaning output files:
out/production/module1/META-INF/module1.kotlin_module
out/production/module1/a/AKt.class
End of files
Compiling files:
module1/src/a.kt
End of files
Marked as dirty by Kotlin:
module2/src/usage.kt
Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Exit code: NOTHING_DONE
------------------------------------------
Building module2
Cleaning output files:
out/production/module2/META-INF/module2.kotlin_module
out/production/module2/usage/UsageKt.class
End of files
Compiling files:
module2/src/usage.kt
End of files
Exit code: OK
------------------------------------------