Can I not include regular implementation code in a...
# multiplatform
s
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
You can define classes, functions end everything else in common module as long as you don't depend on any platform specific libraries