android
android copied to clipboard
Missing custom local dependencies should fail the build
Currently, if in the app.gradle there is a custom dependency like:
implementation fileTree(dir: '/test/test', include: ['test.jar']) and it is not on the file system, the build should fail instead of finishing and failing at runtime.