Google announced Kotlin Symbol Processing
[https://github.com/android/kotlin/tree/ksp/libraries/tools/kotlin-symbol-processing-api]
(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
[https: