An Introduction to Kotlin Symbol Processing ↗ ↖
·1 min
This article will give an introduction to Kotlin annotation processing using Kotlin Symbol Processing (KSP). We’ll take a look at KSP, compare it to the alternative KAPT, and implement a simple example.