NonExistentClass cannot be converted to Annotation

后端 未结 3 1694
Happy的楠姐
Happy的楠姐 2021-01-21 16:15

I added a new Retrofit interface to my project containing a couple of Endpoints annotated with the @GET and @HEADERS annotations, after Injecting said

3条回答
  •  既然无缘
    2021-01-21 17:00

    For me, its painfully removing all the @Singleton and @OpenForTesting on my Module classes. And removing two DAO classes and Repository whose backing model classes is no longer annotated with @Entity.

提交回复
热议问题