airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.11k stars 107 forks source link

Requirements around calling `Showkase.getBrowserIntent()` aren't well documented #288

Open carterhudson opened 1 year ago

carterhudson commented 1 year ago

This actually tripped me up for a while. Could you please document that you need the class annotated with @ShowkaseRoot to be defined in the same package, not just the same module, as the place you want to call Showkase.getBrowserIntent()? Also, is there any particular reason behind this limitation?

aachatz-peloton commented 1 year ago

This one for sure; thanks @carterhudson