serebit
04/05/2019, 10:41 PMserebit
04/05/2019, 10:42 PMsubprojects
and partially in each project's buildscript, but if I do that, the plugin has to be applied to the root, and if it is, Dokka won't run the dokka
task on all projects when running ./gradlew dokka
.semoro
04/06/2019, 9:54 PMjava
plugin to root, it not get applied to all subprojects
You can apply and configure dokka in subprojects
semoro
04/06/2019, 9:54 PMapply plugin
in subprojects
blockserebit
04/06/2019, 9:55 PMserebit
04/07/2019, 3:48 AMsubprojects
for subprojects where it's been applied via the plugins
block