I don't really know how dependencies end up workin...
# chucker
c
I don't really know how dependencies end up working in a library, but it seems like chucker exposes the androidx.viewbinding library. For example, if I use the debug variant of the chucker lib, then I can see and import viewbinding, but in the release variant of chucker there is no viewbinding. Is this worth filing a bug to remove viewbinding from being exposed to consumers of chucker lib?
g
I’ve just checked and you’re right: https://search.maven.org/artifact/com.github.chuckerteam.chucker/library/3.5.2/aar ViewBinding is exported as a dependency. I suspect that’s a side effect of using ViewBinding as a whole. I believe AGP is adding this dependency and there is not much we can do about it 🤔
❤️ 1