Dagger 2 “Dagger” prefix component not able to compile? auto generated class

前端 未结 8 3531
悲哀的现实
悲哀的现实 2021-02-20 18:44

Im trying to use Dagger 2 on android. I previously had it working and i had an appModule injecting dependencies into specific classes in the app. My Issue is that iam getting th

8条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-20 19:24

    You need to install this plugin https://bitbucket.org/hvisser/android-apt in order for Android Studio to see the Dagger Components.

提交回复
热议问题