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.