ilya.gorbunov
09/30/2017, 8:02 PMcommon
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.raniejade
10/01/2017, 1:14 AM