what if that jar depends on classes from the jvm and your common module is targeting js, for example? does it have any compile time checks against that?
❓ 1
l
louiscad
09/30/2018, 10:10 AM
Common module targets no platform @felipecsl
e
elizarov
09/30/2018, 1:09 PM
Common code cannot depend of platform-specific artifacts. Only on other common modules.
f
felipecsl
09/30/2018, 9:19 PM
i guess my question was not very clear. maybe I should just try it out myself and see what happens 🙂 thanks though