Multiplatform Publish no Source

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.”

1 Like

I found no obvious way to do this. Please follow this issue for updates: https://youtrack.jetbrains.com/issue/KT-31850