mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Previously kotlin_module was registered as output only for files containing top-level declarations
25 lines
660 B
Plaintext
Vendored
25 lines
660 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Building module1
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module1/META-INF/module1.kotlin_module
|
|
out/production/module1/a/AKt.class
|
|
End of files
|
|
Compiling files:
|
|
module1/src/A.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module2
|
|
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/b/B.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/B.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|