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

Let the IDE recognize generated code when using KSP #279

Closed Omico closed 1 year ago

Omico commented 1 year ago

Fix #278, #265, #275 See also: https://kotlinlang.org/docs/ksp-quickstart.html#make-ide-aware-of-generated-code

Extra note for someone using android variants, you should use androidComponents.onVariants() instead.

Omico commented 1 year ago

Hello @vinaygaba, I suggest migrating those Gradle files to Gradle KTS first.