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
23 lines
581 B
Plaintext
Vendored
23 lines
581 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/inline/InlineKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/inline.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
src/Usage.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/usage/Usage.class
|
|
End of files
|
|
Compiling files:
|
|
src/Usage.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|