https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

janvladimirmostert

11/26/2018, 3:27 PM
is it possible to publish multiplatform libraries (for example, one that compiles to JS and Native) to mavenLocal ?
👌 1
r

russhwolf

11/26/2018, 3:34 PM
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

janvladimirmostert

11/26/2018, 3:40 PM
nice!