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

Showkase silently ignores duplicate ShowkaseComposables #352

Open matejdro opened 10 months ago

matejdro commented 10 months ago

When accidentally creating multiple Previews that have the same name, group and styleName, it seems that Showkase will just take the first one, silently ignoring all other duplicates.

It would be nice if Showkase would throw an exception when such a thing occurs, warning developer that there are duplicates.