elect
03/24/2021, 9:34 PMtasks {
dokkaHtmlMultiModule.configure {
outputDirectory.set(buildDir.resolve("dokkaCustomMultiModuleOutput"))
}
}
but it doesnt, dir doesnt exist
what am I missing?
Edit: I simply had to manually execute it.. it's not automatic as the usual per-module dokka documentationStacy
04/07/2021, 3:24 PM./gradle dokkaXXX
?elect
04/07/2021, 3:29 PM