One can run gradlew dependencies to learn about dependencies of module tasks. It there a way to find transitive dependencies of buildscript dependencies
gradlew dependencies
I think you're looking for Gradle's DependencyInsightReportTask