Kotlin 1.3-M2: new multiplatform projects model

I want to publish in a dependency all artifacts built from Linux and Windows (eventually MacOS, Hackintosh may help :joy:). Since I cannot build all artifacts with a “single” build, I first need to gather all the compiled stuff from the build/ folder, then pack them in some way, build the right .pom and publish it (hopefully not manually).

Notice that I may be missing some basic knowledges on how to publish a library since I’ve always used Jitpack + maven publish plugin to automate the whole process, eventually writing only few lines to pack documentation as well. If i do, please just give me few keywords and I’ll Google them before continuing the discussion.

Thank you again for the patience :slight_smile: