I have a multi-platform project with jvm, android and js as target platforms. JVM and Android share the most code though. For instance, a class A defined in the common module as
expect
is the same in jvm and android. Is there a way to share the common code only for certain platforms?