Is kapt3 working for anyone using AutoValue? I tri...
# kapt
r
Is kapt3 working for anyone using AutoValue? I tried it today, but classes aren’t generated so javac will complain. If I remove
apply plugin: ‘kotlin-kapt’
, then it seems to work