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
44 lines
1.1 KiB
Plaintext
Vendored
44 lines
1.1 KiB
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Building module1
|
|
Cleaning output files:
|
|
out/production/module1/META-INF/module1.kotlin_module
|
|
out/production/module1/foo/A.class
|
|
End of files
|
|
Compiling files:
|
|
module1/src/A.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
module2/src/createADefault.kt
|
|
module2/src/createANonDefault.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/foo/CreateADefaultKt.class
|
|
out/production/module2/foo/CreateANonDefaultKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/createADefault.kt
|
|
module2/src/createANonDefault.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
No value passed for parameter 'x'
|
|
|
|
================ Step #2 =================
|
|
|
|
Building module1
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Compiling files:
|
|
module2/src/createANonDefault.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|