$: ./gradlew :<your base module>:dependencies > dependencies.txt
$: # vim or nano `dependencies.txt`
$: vim dependencies.txt
$: # try to search the dependencies version used, to detect which transitive dependency making our build fails
If there's a problem with a specific version of your dependencies, try to search the version was pulled from which dependencies, e.g:
our current project dependencies has different version of
androidx.test:monitor
, see images