robfletcher
07/26/2021, 4:54 PMExiting Generation: Nothing to document. I’m obviously missing something but it’s unclear to me what it is. I’m not using any kind of unusual source code layout. It’s a multi-module project with each module having code in src/main/kotlin. I’ve tried the single module mode (customizing tasks.withType<DokkaTask>() and running ./gradlew dokkaHtml) and multi-module mode (customizing tasks.withType<DokkaTaskPartial>() and running ./gradlew dokkaHtmlMultiModule) but get the same result either way. Ideally I want to eventually be able to generate -javadoc.jar files, and probably use the Jekyll support to generate an all-in-one page to push to the project’s website, but I’m stuck with getting the plugin to find the code at all. https://github.com/robfletcher/strikt/Marcin Aman
07/26/2021, 5:32 PMrobfletcher
07/26/2021, 5:35 PMbuildSrc plugin which is what applies dokka to the sub-projects, but there seems to be no issue with the plugin getting appliedMarcin Aman
07/27/2021, 11:22 AMrobfletcher
07/27/2021, 2:07 PMrobfletcher
07/27/2021, 9:14 PMbuildSrc plugin to an includeBuild