56 lines
1.5 KiB
Plaintext
Vendored
56 lines
1.5 KiB
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Building module1
|
|
Actions after cache changed: [CLEAN_NORMAL_CACHES, CLEAN_DATA_CONTAINER]
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module3
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
|
|
================ Step #2 =================
|
|
|
|
Building module1
|
|
Actions after cache changed: [REBUILD_ALL_KOTLIN, REBUILD_CHUNK]
|
|
Cleaning output files:
|
|
out/production/module1/AKt.class
|
|
out/production/module1/META-INF/module1.kotlin_module
|
|
End of files
|
|
Compiling files:
|
|
module1/src/a.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
module1/src/a.kt
|
|
module2/src/c.kt
|
|
module3/src/d.kt
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module2
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module2/B.class
|
|
out/production/module2/CKt.class
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
End of files
|
|
Compiling files:
|
|
module2/src/c.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Compiling files:
|
|
module2/src/B.java
|
|
End of files
|
|
Building module3
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module3/DKt.class
|
|
out/production/module3/META-INF/module3.kotlin_module
|
|
End of files
|
|
Compiling files:
|
|
module3/src/d.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------ |