The new Kotlin [documentation ](https://kotlinlang.org/docs/kapt.html) says that `kapt` is in maintenance mode and new features are not planned. And recommend using `ksp`(it should work faster).  Will you support ksp? If you don't mind, then I can start adding `ksp` support. This [issue](https://github.com/spring-projects/spring-boot/issues/28046) has already been raised, but there the main problem was in using kapt with JDK 16.