hmole
08/13/2018, 2:31 PMcommon-module1 jar in another common-module2? So far i'm getting NoClassDefFound in my 'common-module2-jvm', but IDE doesn't highlight imports as red and allows to navigate to them(common-module1).russhwolf
08/13/2018, 4:04 PMcommon-module1 still needs platform modules even if they have no code.hmole
08/14/2018, 1:45 PMrusshwolf
08/14/2018, 1:54 PMcommon-module1-jvm has an expectedBy common-module1 and then common-module2-jvm has both expectedBy common-module2 and implementation common-module1-jvmhmole
08/14/2018, 2:07 PMrusshwolf
08/14/2018, 2:16 PMhmole
08/14/2018, 2:29 PMcommon-module2 know about classes that are in 'common-modle1', if only my common-module2-jvm imports it?russhwolf
08/14/2018, 2:30 PMcommon-module2 should also have a dependency on common-module1.hmole
08/14/2018, 2:31 PMrusshwolf
08/14/2018, 2:34 PMcommon-module2-jvm depends on both common-module1-jvm and common-module2, and both of those have a dependency on common-module1