Kottle

Kottle

3M Downloads

Provide slim jar without packaged kotlin library

mattmess1221 opened this issue ยท 3 comments

commented

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.

With kottle
image

Without kottle
image

Providing a slim jar without kotlin for the development environment would resolve this issue.

commented

Hey. By any chance, might clicking "Choose sources" also fix the problem?

commented

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.

commented

Haven't had much time to look into this, sorry.

If this is still relevant for you, take a look at #22.