airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements

Home Page:https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect generate ShowcaseBrowser color with kotlin 1.9

rovkinmax opened this issue · comments

commented

Generated source with kotlin 1.8.22

Снимок экрана 2023-08-23 в 12 13 23

Generated source with kotlin 1.9

Снимок экрана 2023-08-23 в 12 05 50

The same result for typography

Seems like a lot of people have encountered this. I'll prioritize this work and make Showkase compatible with Kotlin 1.9

I think this is happening because ksp needs to be upgraded to a version that's compatible with 1.9. I'll take a stab at it shortly.