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.1k stars 107 forks source link

Handle private previews for Custom annotations #313

Closed oas004 closed 1 year ago

oas004 commented 1 year ago

The validation was not quite handled for the custom annotation processing steps and it had not passed the flag since it had a default argument. This caused the validation to hit the step to indicate to add the private preview flag for the user even though they had already added that.

resolves #312

This was totally my mistake, I should have handled this in my initial PR. Sorry about that