user
03/07/2016, 3:12 PMdokka {
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