28 lines
709 B
Plaintext
Vendored
28 lines
709 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Building module1
|
|
Actions after cache changed: [REBUILD_ALL_KOTLIN, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module1/META-INF/module1.kotlin_module
|
|
out/production/module1/a/A.class
|
|
out/production/module1/a/AKt.class
|
|
End of files
|
|
Compiling files:
|
|
module1/src/A.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
module1/src/A.kt
|
|
module2/src/B.kt
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module2
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module2/b/B.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/B.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|