For JVM, I can see that there is a task called jvm...
# multiplatform
k
For JVM, I can see that there is a task called jvmSourcesJar, however, it will only build the source jar under the build folder. I have to manually add it as the artifact inside the Maven publish task. What is worse is that the raw code cannot connect to the source code when I integrate it into the main project. I have to choose the source manually. So my second question is that I am wondering if there is a way like what I did in Android to make it easier for the maven-publishing plugin to publish the source code with Jvm jar? These are all my questions. I will appreciate it if you can provide a code sample for both Android and JVM publications.