task, so you can override this task and run dokka inside
How may I do that?
k
Kamil Doległo
02/03/2021, 9:41 AM
If you ask about creating a
withJavadocJar()
for Kotlin Plugin then it’s not possible right now, I presume, as they would have to have a dependency on Dokka.
If you just want to create a task, then here you go:
We probably could, but this may lead to some frustrating issues, eg. same task is used for Java’s javadoc and dokkaHtml generation, which would probably fail or produce just garbage with overwriting one documentation with another etc.
Yeah, you have to define that yourself. I’d propose also configuring it in the