if IDEA is not going to 'decompile to Kotlin', it ...
# intellij
d
if IDEA is not going to 'decompile to Kotlin', it would be good if there would be an easy way to share sources for libraries that are open source. Are there any plans about it? https://youtrack.jetbrains.com/issue/KT-19808
d
The approach is usually to include the source jar with your maven publication.
d
is there any tutorial about how to do it? It would be good if it becomes the 'default' for libraries and/or open source contributors are aware of it.
d
It is the default, actually. I don't use maven as a build tool, but the gradle maven publishing plugin does it by default.
👍 1
n
And IntelliJ gives you an option to download sources when you add a Maven library in the GUI, or when you navigate into a library JAR for which you haven’t yet downloaded the sources.