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

Fix missing category of originating elements #372

Closed vinaygaba closed 8 months ago

vinaygaba commented 8 months ago

Eagled eyed @elihart spotted that we were not adding the originating elements for previews that were without the PreviewParameter. This is the far more common case and could potentially be causing build issues when there were changes in the element. It primarily has implications on the ability to do proper incremental compilation

kmalmur commented 7 months ago

@vinaygaba could this be released anytime soon? I suppose it should fix the build issue in ShowkaseRootCodegen

joshdmiller5 commented 5 months ago

Bumping @kmalmur ask here for a release of this, I believe it should solve: https://github.com/airbnb/Showkase/issues/373 as mentioned