I have the problem. I have undesired dependency, that is not included explicitly in the gradle file. I cannot figure out how to find which dependency transitively includes this one.
How can I find out where does this dependency come from ?
I have tried
gradlew analyze
But fails to compile my project
Thanks