after updating kotlin plugin to latest version it appears that annotation processing stopped working for java, have anyone encountered similar issue?
a
adinugroho
05/11/2017, 4:18 AM
s.luhmirins: I found that sometimes when I run my app, there’s error on DaggerAppComponent (unresolved reference). Clean project fix it but it’s so annoying that I need to clean everytime.
s
s.luhmirins
05/11/2017, 6:24 AM
I actually found out that there was merge issue, but it never showed anywhere in error messages. took me few hours to realise silly mistake 😞