I have a built a multiplatform kotlin project
(Great feature),
but I want to publish it WITHOUT the sources jar,
anyone know how to do that?
As per the documentation,
[https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#publishing-a-multiplatform-library]
“By default, a sources JAR is added to each publication in addition to its main artifact.”