is there any tips and tricks for adding sources to...
# multiplatform
n
is there any tips and tricks for adding sources to multiplatform libs published to maven? i am using
maven-publish
to
mavenLocal()
but when using the library from a jvm project
libname-jvm
and navigate to definition idea is unable to attach sources it seems
l
Did you check the source jars actually have the source files?
n
they do, i am not sure if a jvm project might have issues using the -jvm artifact fro ma multiplatform library because it contains the commonMain and jvmMain folders in the sources jar
l
Then it looks like an issue to report on kotl.in/issue
d
@Nikky 👋 Did you fix your issue or did your report the bug? I got the same issue and I’m starting to look for information on that.
n
just reporting, but it did not appear for me again later
d
Can you give me the ticket? I didn’t found it 🤔 So I can add me as observer on it ? Thanks!
Just found the ticket that reference everything: https://youtrack.jetbrains.com/issue/KT-44355
👍 1