https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
n

Nikky

11/02/2020, 6:59 PM
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

louiscad

11/03/2020, 8:55 AM
Did you check the source jars actually have the source files?
n

Nikky

11/03/2020, 3:12 PM
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

louiscad

11/03/2020, 3:45 PM
Then it looks like an issue to report on kotl.in/issue
d

dwursteisen

03/16/2021, 8:38 AM
@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

Nikky

03/16/2021, 8:59 AM
just reporting, but it did not appear for me again later
d

dwursteisen

03/16/2021, 9:02 AM
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
2 Views