64 lines
1.9 KiB
Plaintext
Vendored
64 lines
1.9 KiB
Plaintext
Vendored
================ Step #1 change module2 and disable incremental compilation =================
|
|
|
|
Lookups cache are SHOULD_BE_CLEARED
|
|
Local cache for Module 'module1' production are SHOULD_BE_CLEARED
|
|
Local cache for Module 'module2' production are SHOULD_BE_CLEARED
|
|
Local cache for Module 'module3' production are SHOULD_BE_CLEARED
|
|
Local cache for Module 'module4' production are SHOULD_BE_CLEARED
|
|
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
|
|
Exit code: CHUNK_REBUILD_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
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
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module4
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
|
|
================ Step #2 change module2 again =================
|
|
|
|
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
|
|
Exit code: CHUNK_REBUILD_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
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
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module4
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------ |