mirror of
https://github.com/google/adk-docs.git
synced 2026-09-14 16:16:59 +08:00
290bf4e05e
The published Kotlin API reference was still generated from adk-kotlin 0.5.0, so it described an API several releases behind what the docs tell people to depend on. Regenerating it required repairing the generator first. adk-kotlin now runs Dokka in V2 mode, where the V1 `dokkaHtmlMultiModule` task refuses to run at all, and V2 has no implicit multi-module aggregation: the root project only collects modules that are declared as `dokka` dependencies, which adk-kotlin does not do for itself. The script therefore appends those declarations to its throwaway clone before invoking `dokkaGenerateHtml`, and copies from the V2 output path. The regenerated site adds four modules that did not exist at 0.5.0: firebase, mlkit, examples-android and examples-java.