Comment by kosiara [Kotlin/dokka] New comment on ...
# dokka
u
Comment by kosiara [Kotlin/dokka] New comment on issue #49: Dokka for outputFormat Markdown generates an exception Markdown doesn't generate for me as well....
Copy code
dokka {
    outputFormat = 'markdown' 
    outputDirectory = "$buildDir/kotlindocs"
}
gradle plugin, dokka version 0.9.7 Error:Execution failed for task 'appdokka'.
Unable to create injector, see the following errors:
1) org.jetbrains.dokka.MarkdownFormatService has more than one constructor annotated with @Inject. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at org.jetbrains.dokka.MarkdownFormatService.class(MarkdownFormatService.kt:7)
at org.jetbrains.dokka.Utilities.DokkaModule.configure(DokkaModule.kt:43)
1 error