Is it possible to create a "regular" kotlin-inject...
# kotlin-inject
e
Is it possible to create a "regular" kotlin-inject
Component
as a child of a kotlin-inject-anvil
ContributesSubcomponent
? I tried doing this and it can't find any dependencies from the ancestor graphs.
I guess not, because the parent would have to be the merged component, and I don't have access to that?
r
Like you said, the answer is no. Why can’t you make the child use
@ContributesSubcomponent
too?
e
It just got a little verbose for the use case.
r
You don’t have another option.
👍 1