The project has a lot of dependencies modules (We are using Nexus). When we try to download updated dependencies, it tries to compile before download them, so Android Studio find compile errors because it still doesnt has the libs, and its stop the process to download the full libs. So its like a snake that eat itself.
Do you have some ideas to fix this? For example, how to say to Gradle "download first dependencies, after try to compile"
Thanks.