<@U0RNPHX0X> you need to have a project that actua...
# multiplatform
i
@raniejade you need to have a project that actually implements your
common
project. Even if you have no platform specific code, you have to create a platform-specific project that implements common and produces the artifacts for that platform. Then jvm project needs also to have a compile dependency on that platform project with the compiled
Foo
class.
r
Thanks! Kinda wasteful to have an empty module for each platform. Is this a limitation or design decision?