7a5e0e1107
Otherwise unexpected compile error might happen,
when there are Groovy files, but they are not dirty,
so Groovy builder does not generate source stubs,
and Kotlin builder is filtering out output directory
from classpath (because it may contain outdated Java classes).
Previously the issue was not detected,
because it was not possible to turn off the IC completely (in JPS),
only switch to the legacy IC.
#KT-20138
60 lines
1.6 KiB
Plaintext
Vendored
60 lines
1.6 KiB
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Building module1
|
|
Actions after cache changed: [CLEAN_NORMAL_CACHES, CLEAN_DATA_CONTAINER]
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/foo/AKt.class
|
|
End of files
|
|
Exit code: CHUNK_REBUILD_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module2/foo/BKt.class
|
|
out/production/module2/foo/CKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/a.kt
|
|
module2/src/b.kt
|
|
module2/src/c.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module3
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module4
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
|
|
================ Step #2 =================
|
|
|
|
Building module1
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/foo/AKt.class
|
|
End of files
|
|
Exit code: CHUNK_REBUILD_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module2/foo/BKt.class
|
|
out/production/module2/foo/CKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/a.kt
|
|
module2/src/b.kt
|
|
module2/src/c.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
Building module3
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module4
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------ |