Hi, I'm evaluating both Koin and Kodein, and I'd l...
# koin
e
Hi, I'm evaluating both Koin and Kodein, and I'd like to know if Koin has something similar to the
Multiton
option in Kodein. Also, does it allow you to have other ways of providing dependencies like refSingleton(softReference) or eagerSingleton ? Thanks!
a
By default all instances are lazy. What is your usage behind that?
e
I was just comparing the 2. But I have started building my new REST server with Koin.
a
👍