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

Showkase browser generated code compilation issue #257

Closed wang-li closed 2 years ago

wang-li commented 2 years ago

The compilation of the browser generated code fails when having a lot of preview parameter providers. This is due to an indentation that is added for every preview parameter provider, combined to the line wrapping limit that folds statements in the middle and makes them incorrect to the compiler.