c26a7dfd29
- incremental cache impl should not depend on package facades
- fix trivial incremental compilation tests
TODO: inlines DO NOT WORK with incremental compilation
Original commit: c55106a325
15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
Cleaning output files:
|
|
out/production/module1/META-INF/module1.kotlin_module
|
|
out/production/module1/module1/A.class
|
|
out/production/module1/module1/Module1_aKt.class
|
|
End of files
|
|
Compiling files:
|
|
module1/src/module1_a.kt
|
|
End of files
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/module2/Module2_bKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/module2_b.kt
|
|
End of files |