I'm using 2 libraries(A and B) and it have module with same package and class, but inside each class have different content.
I want to set import default is class of library A.
I don't know that how to set priorities for library A in build.gradle
Any solution would be appreciate! Thank