e.g. Module `main` depends on module `A`, module `...
# android
n
e.g. Module
main
depends on module
A
, module
A
depends on module
B
. When I add a class
MyB
to module
B
and try to reference it from module
main
and build the project, I get "Unresolved reference: MyB". After restarting the IDE (both Android Studio and Intellij show this problem) compilation works just fine. Building from command line works as well