Hi all :wave: I'm trying to publish a lib and I no...
# multiplatform
s
Hi all 👋 I'm trying to publish a lib and I noticed that some jars are missing - common is missing sources.jar and native only has sources jar. Is this some limitation of kotlin mpp or am I doing something wrong? Here's the build file just in case: https://github.com/serpro69/todo-or-die/blob/master/build.gradle.kts Thanks.
s
To fix common missing sources jar, you can append the artifact manually: https://kotlinlang.slack.com/archives/C3PQML5NU/p1608592163393800?thread_ts=1608579896.392400&cid=C3PQML5NU As for the native target only including sources, I'm not sure
s
Thanks a lot @Shan, I'll try that.