Convert KAPT to KSP - Room and Hilt Examples
KAPT stands for Kotlin Annotation Processing Tool and KSP stands for Kotlin Symbol Processing. Both are annotation-processing tools that are used for code generation.
KAPT is the old way which is Java-based and KSP is the new way which is Kotlin-base...
vtsen.hashnode.dev2 min read