dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Migrate Google's devsite-plugin to analysis-kotlin-api

Open IgnatBeresnev opened this issue 1 year ago • 4 comments

Dokka 1.9.0 introduces some breaking changes that affect the plugin that builds Android's API reference docs.

This plugin uses significantly more compiler internals than any other Dokka plugin, so we need to provide stable alternatives for the now-missing API, and help with migration where possible.


Definition of done: dokka-devsite-plugin has migrated to analysis-kotlin-api, and no regression was noticed.

IgnatBeresnev avatar Aug 11 '23 21:08 IgnatBeresnev