5760b8cf8b
Previously kotlin_module was registered as output only for files containing top-level declarations
33 lines
778 B
Plaintext
Vendored
33 lines
778 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/foo/A.class
|
|
out/production/module/foo/B.class
|
|
End of files
|
|
Compiling files:
|
|
src/A.kt
|
|
src/AParent.kt
|
|
src/B.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
src/AChild.kt
|
|
src/importA.kt
|
|
src/importAChild.kt
|
|
src/useB.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/bar/UseBKt.class
|
|
out/production/module/foo/AChild.class
|
|
End of files
|
|
Compiling files:
|
|
src/AChild.kt
|
|
src/importA.kt
|
|
src/importAChild.kt
|
|
src/useB.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|