ilya.gorbunov
06/27/2017, 3:29 PMI compile the cross-platform and jvm-specific code into the same JAR. Is that the right approach?No, it's not the approach we're going to support. Each platform module should produce its own artifact, as it's going to have its own set of dependencies. The same consideration applies to the module with common declarations.