Hey I have two modules, A and B. B depends on A. I...
# android
k
Hey I have two modules, A and B. B depends on A. I add a class to A and I try to use it in B. I get a Unresolved reference error when trying to compile