@jbnizet @apatrida: I don’t quite understand why someone would need to pack dokka-generated kotlin-syntax HTML into a jar. for javadocs, the jar is a requirement of Maven Central. for Kotlin-style docs, the HTML documentation can be published on the Web site, but that doesn’t need a jar. for IDE use, the HTML docs don’t contain anything that is not present in the sources, so why not just attach the sources and use the IDE functionality to lookup the documentation from there?