Did something change in gradle 5.0 regarding trans...
# gradle
d
Did something change in gradle 5.0 regarding transitive dependencies? My Kotlin android project which compiled fine on gradle 4.7 fails compilation on 5.0 because it doesn't resolve one of the transitive dependencies declared as 'implementation' in module I directly depend on. I had to switch to 'api' to make it work. Is it intended?