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

Unresolved Reference for GetBrowserIntent #275

Closed Lotus-Flower closed 1 year ago

Lotus-Flower commented 1 year ago

I am getting an unresolved reference for Showkase.GetBrowserIntent(context) in the most recent version: 1.0.0-beta14. This is using a bare-bones project with one module and two files: MainActivity and ShowkaseRootModule. Cleaning and rebuilding the project/ invalidating caches does not work. However, downgrading to 1.0.0-beta13 immediately fixes the issue.

Lotus-Flower commented 1 year ago

Looks like this might be something with AS