Kotlin Symbol Processing: Early Thoughts
CRANK

Google announced Kotlin Symbol Processing (KSP) today, a new compiler-plugin-based API for annotation processing in Kotlin. It's designed to be a faster alternative to Kapt, Kotlin's current first party tool for this. Rather than re-explain some of its excellent docs, I want to focus on some first impressions trying out

zacsweers.dev
Related Topics: Kotlin