5760b8cf8b
Previously kotlin_module was registered as output only for files containing top-level declarations
20 lines
455 B
Plaintext
Vendored
20 lines
455 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Compiling files:
|
|
src/class2.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module/Klass.class
|
|
out/production/module/META-INF/module.kotlin_module
|
|
End of files
|
|
Compiling files:
|
|
src/class1.kt
|
|
src/class2.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
Redeclaration: Klass
|
|
Redeclaration: Klass |