https://kotlinlang.org logo
#kodein
Title
d

dave08

09/06/2018, 12:42 PM
@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
?