kapt3, kotlin 1.0.6: builds, although shows errors...
# kapt
t
kapt3, kotlin 1.0.6: builds, although shows errors such as
error: cannot find symbol import com.packagename.SomeActivity_;
kapt3, kotlin 1.0.7: fails build, shows the same error kapt3, kotlin 1.1.1: same (using androidannotations and otto)
I guess I’ll just have to ditch the two annotation processors 😭