How do I include files in the main page (all modul...
# dokka
h
How do I include files in the main page (all modules) of a multimodule project? I don’t see any
includes
or similar on
DokkaMultiModuleTask
m
There will be a way to do it in next version: https://github.com/Kotlin/dokka/pull/1804 You can still check it out on our dev builds, just add a repository
maven("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>")
and bump dokka to
1.4.32-dev-92
👌 1
h
Awesome, thank you @Marcin Aman