outputDirectory

@OutputDirectory
val outputDirectory: Property<File>

Directory to which documentation will be generated, regardless of format. Can be set on per-task basis.

Default is project/buildDir/taskName.removePrefix("dokka").decapitalize(), so for dokkaHtmlMultiModule task it will be project/buildDir/htmlMultiModule