wasyl
08/08/2020, 4:03 PMContributesBinding
doesn’t support multibindings or qualifiers. Is support planned (or will be accepted if someone contributes), or there are some issues with it/it’s not in the scope of the library?ralf
08/08/2020, 6:29 PMwasyl
08/08/2020, 8:41 PMwasyl
08/08/2020, 8:43 PMContributesBinding
that'd contain annotations to pass onto the binding site?ralf
08/08/2020, 9:04 PMannotations
property wouldn’t work, because the qualifier annotations can attributes themselves, e.g. @SingleIn(AppScope::class)
. You can’t express that in an attribute.wasyl
08/09/2020, 4:28 PM