hello, should I still use kapt for android with AS...
# android
r
hello, should I still use kapt for android with AS 3.0 or I can use default annotationProcessor ?
r
If you using kotlin, use kapt
r
Yea if your using Kotlin, definatly Kapt, and remove the java one
h
why?
r
kapt is annotation processor for kotlin, see here https://kotlinlang.org/docs/reference/kapt.html
r
kapt handles both