Files
kotlin-fork/jps-plugin/testData/incremental/multiModule/circular/dependencies.txt
T
Alexey Tsvetkov 23bc907d3f Move multi-module IC tests to separate dir
At the moment they are used only with JPS
2017-08-29 02:24:37 +03:00

5 lines
104 B
Plaintext
Vendored

module1->module3
module2->module1[exported]
module3->module2[exported]
module4->module2
module5->module3