106 lines
2.7 KiB
Plaintext
Vendored
106 lines
2.7 KiB
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Building module1
|
|
Actions after cache changed: [CLEAN_NORMAL_CACHES, DO_NOTHING]
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/foo/AKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/a.kt
|
|
module2/src/b.kt
|
|
module2/src/c.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module3
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module4
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
|
|
================ Step #2 =================
|
|
|
|
Building module1
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module1/foo/Z.class
|
|
End of files
|
|
Compiling files:
|
|
module1/src/z.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module2
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/foo/AKt.class
|
|
out/production/module2/foo/BKt.class
|
|
out/production/module2/foo/CKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/a.kt
|
|
module2/src/b.kt
|
|
module2/src/c.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module3
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module3/foo/D.class
|
|
End of files
|
|
Compiling files:
|
|
module3/src/d.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module4
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module4/foo/E.class
|
|
End of files
|
|
Compiling files:
|
|
module4/src/e.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
|
|
================ Step #3 =================
|
|
|
|
Building module1
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/foo/AKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/a.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
module2/src/b.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/foo/BKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/b.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module3
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module4
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|