jaguililla
05/19/2021, 7:20 AMdokkaHtmlMultiModule
? I'm not able to add the pluginConfiguration
part due to not having DokkaBase
what dependency should I add (if any) and with which scope? Thanks!Marcin Aman
05/19/2021, 8:32 AMpluginsMapConfiguration.set(mapOf("org.jetbrains.dokka.base.DokkaBase" to """{ "footerMessage": "<div style=\"color: red\">custom message</div>" }"""))
Keep in mind that plugins configuration is not inherited by children, so you need to also configure child tasks (aka partial tasks)jaguililla
05/19/2021, 9:59 AM