#49 Dokka for outputFormat Markdown generates an e...
# dokka
u
#49 Dokka for outputFormat Markdown generates an exception [Kotlin/dokka] Issue created by apatrida
Copy code
Execution failed for task ':klutter-aws-core-jdk6:dokka'.
> 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