Try `apply plugin: 'kotlin-kapt'` and remove the `...
# android
k
Try
apply plugin: 'kotlin-kapt'
and remove the
kapt {}
configuration. See if this helps
👍 1