KSP, Kotlin Symbol Processing is answer to annotation processing for Kotlin by google. It replaces older Kapt(Kotlin Annotations Processing) which was slower and less flexible to support native features of Kotlin language.
KSP (or Kapt) is useful for meta-programming and writing repetitive code. We analyse code and use code to write code
This repo contains code for a KSP guide article "Android KSP guide for dummies by a Dummy"
This Article is further divided in 4 parts and branches are also created with their respective name.