Submitted By: admin on November 6, 2019
0
5109
Source: www.reddit.com
This can happen if your project dependencies are in the wrong order. During the first build, the main project builds before the library projects, and fails. During the second build, the library project built artefacts are cached, and the main project magically builds.
- crozone