nhaarman
06/29/2016, 9:59 PMmain 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