Convert KAPT to KSP - Room and Hilt Examples
Jan 3, 2024 · 2 min read · 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...
Join discussion




