How do I make Dagger 1 and Dagger 2 coexist together in one Android project?
问题 We have a huge codebase to migrate from dagger 1 to dagger 2 but we would like to do it step by step. For that we were thinking to have both versions as our project dependency and do the migration module by module. But we were unable to make it work. This is the article we referred https://fernandocejas.com/2016/08/03/android-dagger-1-and-2-living-together/ but without any luck or is there any other way? Thanks. 回答1: There's no other way. When trying to use both Dagger versions together, you