[Kotlin/dokka] New comment by dimsuz on issue <#42...
# dokka
u
[Kotlin/dokka] New comment by dimsuz on issue #42: Generating a jar file out of KDocs @jnizet Thank you! Do you know by chance how one could also generate a
sources.jar
using gradle task? I understand that this might not be dokka related, but so far I didn't find any example anywhere on how to do that (specifically for an android project)... I need this because IntelliJ seems to take documentation only from `sources.jar`: I even tried providing it a custom path to
javadoc.jar
, but it doesn't do anything, in a project using my library its methods still look undocumented...