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

KSP incremental compilation issue #395

Open phansier opened 2 months ago

phansier commented 2 months ago

While building the app with Showkase I see the following warning in console:

> Task :app:kspDevDebugKotlin
w: [ksp] No dependencies reported for generated source com.my.app.architecture.debugmenu.MyShowkaseRootModuleCodegen.kt which willprevent incremental compilation.

Kotlin version 2.0.0 Showkase version 1.0.3 KSP version 2.0.0-1.0.23