<@U0BLRBFMM> Another little question if possible, ...
# kodein
d
@salomonbrys Another little question if possible, if I have one
factory
binding with the same param and return type as a
multiton
and only the
multiton
has a tag, do I have to use a tag for the
factory
or if I use an
instance()
with no tag it'll just return the
factory
and not the
multiton
?