Ok. So `:app` is trying to inject (w/ dagger) cons...
# dagger
d
Ok. So
:app
is trying to inject (w/ dagger) constructs that are defined in
:libraryb
but cannot because it cannot "see" those classes since they are hidden (by design?) by
:librarya
?