Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个庞大的代码库可以从 dagger 1 迁移到 dagger 2,但我们希望逐步完成。为此,我们考虑将两个版本都作为我们的项目依赖项,并逐个模块进行迁移。但我们无法让它发挥作用。这是我们提到的文章https://fernadocejas.com/2016/08/03/android-dagger-1-and-2-living-together/但没有任何运气或有其他方法吗?谢谢。
没有别的办法。
当尝试同时使用两个 Dagger 版本时,您可能会遇到不同的情况,例如类路径冲突和冲突或传递依赖问题。因此,为了避免它们,我们必须以某种方式重新定位 Dagger 2 包。
正如文中所说。