What is it called when you have a dependency on B ...
# random
c
What is it called when you have a dependency on B because your actual dependency of A relies on it? e.g. I rely on Okhttp, and okhttp internally uses okio. Is that an inherent dependency, or intrinsic dependency or something else?
z
Transitive?
💯 2
👆 2
c
@Zach Klippenstein (he/him) [MOD] to the rescue again. 😄 THANK YOU