JakeWharton / SdkSearch

An Android app and Chrome extension for searching the Android SDK documentation.
Apache License 2.0
2.06k stars 175 forks source link

SdkSearch extension doesn't index KDocs #179

Closed ChrisCraik closed 4 years ago

ChrisCraik commented 4 years ago

For example, ad<tab>BenchmarkState shows no results,

But the docs are there: https://developer.android.com/reference/kotlin/androidx/benchmark/BenchmarkState

Same for any classes in Compose, presumably for the same reason.

JakeWharton commented 4 years ago

Deployed to production 🤞 . The Chrome extension only syncs on first open so you can restart Chrome to try. The app syncs on each open.

Screen Shot 2020-03-02 at 4 44 11 PM

ChrisCraik commented 4 years ago

Verified it works after rebooting Chrome - Thanks!