[Kotlin/dokka] New comment by jnizet on issue <#42...
# dokka
u
[Kotlin/dokka] New comment by jnizet on issue #42: Generating a jar file out of KDocs
Copy code
task sourcesJar(type: Jar) {
        classifier = 'sources'
        from sourceSets.main.allSource
}