KSP (Kotlin Symbol Processor) is a new code generation tool from Google that promises improvements over traditional annotation processors run with kapt. This talk is designed to be a tutorial to get you started and will take you through writing a toy annotation processor as per the following Medium article:
https://proandroiddev.com/ksp-fact-or...