43 lines
933 B
Plaintext
Vendored
43 lines
933 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/foo/A.class
|
|
End of files
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/foo/B.class
|
|
out/production/module/use/CreateAKt.class
|
|
out/production/module/use/UseAfooKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/B.kt
|
|
src/createA.kt
|
|
src/useAfoo.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/useAfoo.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
|