Hi all, one question: in multi-module Android proj...
# dokka
f
Hi all, one question: in multi-module Android projects (one app that uses several android libraries) how can I configure Dokka to make the documentation for all in one command?
m
By saying
to make the documentation for all in one command
you mean for all modules in your project or for your project and libraries? Basically that's more or less how dokkaMultiModule works. Depending on your output format the command will be
dokka{format}MultiModule
. The documentation is available here: https://kotlin.github.io/dokka/1.4.20/user_guide/gradle/usage/#multi-module-projects