<@U3D2DCKQT> I had this when using `kotlin-kapt` (...
# announcements
a
@pniederw I had this when using
kotlin-kapt
(kapt2?), and even more so on a project also using
kotlin-android-extensions
. I just changed them both to use kapt1 and they worked again. Also
AutoService
seems to have stopped working when using
kotlin-kapt
, so I think something has gone awry there.