
Provide slim jar without packaged kotlin library
mattmess1221 opened this issue ยท 3 comments
During dev-time, viewing kotlin sources in intellij often selects the class from Kottle's jar instead of the proper kotlin-jvm dependency. Since sources are not available when grabbing from curse, intellij can't find the sources for kotlin and shows decompiled data instead. This is less than ideal as it removes javadocs as well.
Providing a slim jar without kotlin for the development environment would resolve this issue.
Yes, but it can become tedious to attach each sources jar. If you give the jar task a classifier (shadowJar overwrites it), I could at least import it using jitpack.
Haven't had much time to look into this, sorry.
If this is still relevant for you, take a look at #22.