Skip to main content
added 134 characters in body
Source Link
EpicPandaForce
  • 81.7k
  • 28
  • 269
  • 451

You forgot to actually apply android-apt plugin

 apply plugin: 'com.neenbedankt.android-apt'

(but now you should just remove it and use annotationProcessor or kapt with kotlin-kapt depending on your language anyways)

You forgot to actually apply android-apt plugin

 apply plugin: 'com.neenbedankt.android-apt'

You forgot to actually apply android-apt plugin

 apply plugin: 'com.neenbedankt.android-apt'

(but now you should just remove it and use annotationProcessor or kapt with kotlin-kapt depending on your language anyways)

Source Link
EpicPandaForce
  • 81.7k
  • 28
  • 269
  • 451

You forgot to actually apply android-apt plugin

 apply plugin: 'com.neenbedankt.android-apt'