I've avoided annotation processors like the plague...
# kapt
s
I've avoided annotation processors like the plague in my Kotlin Android app. Something I'm not quite clear on: Are kapt, and kapt2 deprecated, and I should always use kapt3, or should I be making an educated decision as to which one I should use?