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

Sergio Pro

12/19/2020, 1:23 PM
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

Shan

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

Sergio Pro

12/22/2020, 8:13 AM
Thanks a lot @Shan, I'll try that.
2 Views