mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-31 15:51:59 +00:00
Previously kotlin_module was registered as output only for files containing top-level declarations
22 lines
485 B
Plaintext
Vendored
22 lines
485 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/TheClass.class
|
|
End of files
|
|
Compiling files:
|
|
src/TheClass.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
|
|
================ Step #2 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/TheClass.class
|
|
End of files
|
|
Compiling files:
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|