Files
Shahin Saadati 290bf4e05e Regenerate Kotlin API reference for adk-kotlin 1.0.0 (#2212)
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.
2026-09-08 13:59:14 -07:00
..
2026-07-31 11:19:06 -07:00