I chose `kapt` over classfile post-processing in m...
# announcements
d
I chose
kapt
over classfile post-processing in my project since I expected I could have the same experience as when using annotation processors in Java projects with IDEA (i.e. codes generated immediately when I change source codes of annotated classes). But if I need to direct my customers to run
gradle
whenever there are changes in the annotated classes, then the overall UX would be degraded from what I initially planned.