605bcc66a1
Otherwise IC fails when a project declares a class with the same name as in one of its dependencies. The issue is relevant only for non-JPS IC (Gradle, Maven, etc.), but I added the test for JPS too. #KT-20516 fixed
17 lines
451 B
Plaintext
Vendored
17 lines
451 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Building module1
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Building module2
|
|
Cleaning output files:
|
|
out/production/module2/META-INF/module2.kotlin_module
|
|
out/production/module2/UseAKt.class
|
|
out/production/module2/UseUtilsKt.class
|
|
End of files
|
|
Compiling files:
|
|
module2/src/useA.kt
|
|
module2/src/useUtils.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------ |