5760b8cf8b
Previously kotlin_module was registered as output only for files containing top-level declarations
55 lines
1.2 KiB
Plaintext
Vendored
55 lines
1.2 KiB
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/foo/A.class
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
src/B.kt
|
|
src/createA.kt
|
|
src/createB.kt
|
|
src/useAfoo.kt
|
|
src/useBbar.kt
|
|
Cleaning output files:
|
|
out/production/module/foo/B.class
|
|
out/production/module/use/CreateAKt.class
|
|
out/production/module/use/CreateBKt.class
|
|
out/production/module/use/UseAfooKt.class
|
|
out/production/module/use/UseBbarKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/B.kt
|
|
src/createA.kt
|
|
src/createB.kt
|
|
src/useAfoo.kt
|
|
src/useBbar.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
Unresolved reference: A
|
|
Unresolved reference: A
|
|
|
|
================ Step #2 =================
|
|
|
|
Compiling files:
|
|
src/A.kt
|
|
src/B.kt
|
|
src/createA.kt
|
|
src/createB.kt
|
|
src/useAfoo.kt
|
|
src/useBbar.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
|
|
================ Step #3 =================
|
|
|
|
Compiling files:
|
|
src/failCompilation.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
Expecting a top level declaration
|