Hello!
I was checking the docs, how to publish multiplatform library to maven, using maven-publish, I couldn’t understand the next statement:
“To avoid duplicate publications of modules that can be built on several platforms (like JVM and JS), configure the publishing tasks for these modules to run conditionally.”
What does it mean?How duplications are created?How to manage it?
What does it mena “module that can be built on several platforms”?
Documentation is located here:
https://kotlinlang.org/docs/multiplatform-publish-lib.html#avoid-duplicate-publications
Thanks