mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Previously kotlin_module was registered as output only for files containing top-level declarations
27 lines
666 B
Plaintext
Vendored
27 lines
666 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/foo/A.class
|
|
End of files
|
|
Compiling files:
|
|
src/A.kt
|
|
src/utils.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
src/AChild.kt
|
|
src/useAChild.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/foo/AChild.class
|
|
out/production/module/foo/UseAChildKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/AChild.kt
|
|
src/useAChild.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|