e7dcf02ffe
Original commit: f6e7f8c3c0
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/foo/A$x$1.class
|
|
out/production/module/foo/A.class
|
|
End of files
|
|
Compiling files:
|
|
src/A.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: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
Type mismatch: inferred type is kotlin.Any? but kotlin.Any was expected
|
|
|
|
================ Step #2 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/foo/A.class
|
|
End of files
|
|
Compiling files:
|
|
src/A.kt
|
|
src/AChild.kt
|
|
src/useAChild.kt
|
|
End of files
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|