You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate doc generation from Dokka v1 to v2 with HTML output
- Bump dokka-gradle-plugin from 1.9.20 to 2.0.0
- Opt in to Dokka v2 mode via gradle.properties
- Replace subprojects{} apply + dokkaHtmlMultiModule task (v1 API)
with DokkaExtension DSL + dokka() dependencies (v2 API)
- Apply org.jetbrains.dokka to each lib subproject directly so Dokka
can resolve their source sets for aggregation
- Switch output format from Javadoc to unified Dokka HTML so that
doc/index.html is a proper multi-module site (Javadoc format does
not support true multi-module aggregation in v2)
- Update generate_doc.sh: dokkaHtmlMultiModule -> dokkaGeneratePublicationHtml
0 commit comments