This is a little off topic kotlin-wise, but when y...
# gradle
c
This is a little off topic kotlin-wise, but when you have project “A” which pulls dependencies from say, maven central and bintray, and then you use project “A” as a dependency in project “B”. Does project “B” have to know that project “A” has transient dependencies in two different repositories, requiring me to and include both of those repositories in project “B”’s configuration? tl/dr; does the maven pom of a project include repository information for transient dependencies?