Got gradle error when build my instant app project.
Features [:feature1, :feature1] all package the same library [com.squareup.retrofit2:adapter-rxjava].
Features [:feature1, :feature1] all package the same library [reviews_lib::release].
and so on.. All these libraries uses in future1 and in future2, but not added to base module.
Before it used to work fine. I don't know what exactly broke it.