How to check all dependencies of my project which I declare and I do not declare. I have strong feeling that it exists dependencies with few different versions. I have tried https://discuss.gradle.org/t/is-there-a-gradle-equivalent-of-mvn-dependency-analyze/7532/13 but it was tedious to test everything one by one.
You can see all dependecies for every Gradle task by command
or you can see only subproject dependencies
It will print dependencies graph, like this