Comment by porokoro [Kotlin/dokka] New comment on...
# dokka
u
Comment by porokoro [Kotlin/dokka] New comment on issue #49: Dokka for outputFormat Markdown generates an exception Same issue for outputFormat Jekyll (dokka-gradle-plugin 0.9.6):
Copy code
> Unable to create injector, see the following errors:
  1) org.jetbrains.dokka.JekyllFormatService 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.JekyllFormatService.class(JekyllFormatService.kt:6)
    at org.jetbrains.dokka.Utilities.DokkaModule.configure(DokkaModule.kt:43)

  1 error