Reputation: 835
When i add room dependencies and try to build project i am getting "unable to merge dex error".
I am adding below dependencies
implementation "android.arch.persistence.room:runtime:1.0.0-alpha1"
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha1"
If i remove them i am able to build project successfully. I am using android studio 3.0 stable version.
Upvotes: 1
Views: 299