Can I not include regular implementation code in a common module? When I create a regular class in the common module, it doesn’t seem to be visible when I depend on the JVM or JS implementation modules.
m
marcinmoskala
01/23/2018, 7:33 AM
You can define classes, functions end everything else in common module as long as you don't depend on any platform specific libraries