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.08k stars 106 forks source link

Fix error that prevented incremental compilation for previews that leverage custom annotations #383

Closed vinaygaba closed 1 month ago

vinaygaba commented 1 month ago

Noticed this in the build and putting up a fix to prevent this error from happening. This was specifically happening if you used custom annotations for annotating your previews

Screenshot 2024-05-20 at 10 27 51 PM

@airbnb/showkase-maintainers