I am using gradle as building tool for dependencies management for my project.
I am facing some issue with libraries version,hence want to check version of interdependent and dependent libraries files which are mentioned in .gradle file.
can we use verbose logging to check the versions of libraries or is there any other way to find out that.
could you please help me with this.
Thanks