Dokka 2.0 migration dokkaJavadoc issue #3988
Labels
bug
runner: gradle plugin v2
Issues fixed by Dokka Gradle Plugin v2 - see https://github.com/Kotlin/dokka/issues/3131
Describe the bug
I am converting my project to Dokka 2, follwoing the documentation and running into a couple of issues.
gradle dokkaJavadoc
executes succssfully but does not generate anything.Adding
as indicated in the docs here and running
gradle dokkaJavadocJar
gives the following error:The same error is produced for the
dokkaHtmlJar
example.Expected behaviour
gradle dokkaJavadoc
to generate javadocsgradle dokkaJavadocJar
to complete successfully.To Reproduce
gradle dokkaJavadoc
gradle dokkaJavadocJar
Dokka configuration
Installation
The text was updated successfully, but these errors were encountered: