Also, I see a plugin `all-modules-page-plugin` in ...
# dokka
j
Also, I see a plugin
all-modules-page-plugin
in the Dokka repository but I can't find any documentation on how to properly configure Dokka to use this
d
See http://kotlin.github.io/dokka/1.6.10/user_guide/gradle/usage/#multi-module-projects, it should mostly configure automatically when it detects subprojects
j
ah, I see. So this plugin is only supported using gradle? My project uses maven
d