is it possible to publish multiplatform libraries ...
# multiplatform
j
is it possible to publish multiplatform libraries (for example, one that compiles to JS and Native) to mavenLocal ?
👌 1
r
There's a
publishToMavenLocal
gradle task that works pretty well out-of-the-box if you have a multiplatform library with the
maven-publish
plugin. There's a new project template for a multiplatform library in IDEA 2018.3 that does this.
j
nice!