@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
raniejade
10/01/2017, 1:14 AM
Thanks! Kinda wasteful to have an empty module for each platform. Is this a limitation or design decision?