Oleg Yukhnevich
10/15/2025, 10:56 AMOliver.O
10/24/2025, 11:07 AMdokkaGeneratePublicationHtml be grouped under "dokka"?
• In "Tools Dokka>", it seems that when starting with v2, I have to ignore everything but the v2 sections in "Migrate to Dokka Gradle plugin v2". Is that correct?Oliver.O
10/24/2025, 3:01 PMOliver.O
10/26/2025, 8:01 PMOleg Yukhnevich
10/27/2025, 8:39 AMEven better, could there be a full v2 doc instead of having to pick sections from the migration docs?Yes, sure! We are currently working on revamping the documentation based on v2!
Most Dokka Gradle tasks are grouped under "other". For a better DX, could all user-facing tasks likeAFAIK, this was a deliberate choice to hide some tasks, so that it will be much more obvious which task to run from the Gradle IDE window. Curious, why do you want to know the specific task name,be grouped under "dokka"?dokkaGeneratePublicationHtml
dokkaGeneratePublicationHtml, and not just dokkaGenerateHtml?
In "Tools Dokka>", it seems that when starting with v2, I have to ignore everything but the v2 sections in "Migrate to Dokka Gradle plugin v2". Is that correct?Yes, and after, we will update the documentation for v2, everything should be more obvious. That's our bad, that we were not able to sync the whole documentation update for v2, and we will try to do better next time. At this point, Migrate to Dokka Gradle plugin v2 should contain all the information needed to setup Dokka with v2 plugin.
Oleg Yukhnevich
10/27/2025, 8:42 AMexamples/gradle-v2 still contains the now obsolete Gradle property enabling v2 modeThanks! Yeah, we should just remove them now, probably just an oversight after we flipped the default - https://github.com/Kotlin/dokka/issues/4316
Oleg Yukhnevich
10/27/2025, 8:44 AMOliver.O
10/27/2025, 10:00 AMCurious, why do you want to know the specific task name,The docs were pointing me to this task. Now that I know more, I would no longer consider usingand not justdokkaGeneratePublicationHtml,?dokkaGenerateHtml
dokkaGeneratePublicationHtml. So it was just my state of mind at this point of diving into Dokka. But I thought it would be useful to let you know and I can be a canary only once. 😉