How do I publish sources for a multiplatform libra...
# multiplatform
x
How do I publish sources for a multiplatform library with
maven-publish
plugin?
1
e
the
org.jetbrains.kotlin.multiplatform
plugin already sets that up by default, is it not working for you?
x
@ephemient sources appearing like this. Should note this was just a
publishToMavenLocal
e
consuming artifacts from mavenLocal is kinda broken. check if the repository contains a -sources.jar
x
Yup - sources jars are there. Im assuming that you won't be able to know if it is working or not until you publish to sonatype/gh-packages?
e
or any other maven repository that isn't mavenLocal, yes