Hey guys, I am new to DI and Koin, I wanted to kno...
# koin
s
Hey guys, I am new to DI and Koin, I wanted to know if Koin has any alternative to
@Reusable
of
Dagger 2
a
what is this annoatation doing?
s
here
<https://stackoverflow.com/questions/47742002/what-is-the-use-of-reusable-scope-in-dagger-2?rq=1>
I think this link will help you understand. @arnaud.giuliani
a
ok, it’s a
factory
constrained to a number of instances
s
@arnaud.giuliani so using factory would be similar to
@Reusable
sort of right?
a
yes
s
Oh great, thanks!