Hello guys What do you use for dependency injecti...
# multiplatform
c
Hello guys What do you use for dependency injection for Multiplatform mobile?
m
Not used it myself but a popular answer is Koin
8
l
I've been happy with koin.
I haven't tried the new annotations yet. I only used the dsl.
k
I really like #kotlin-inject
2
a
Sorry for self-promotion but we use our own solution https://github.com/daugeldauge/kinzhal
v
Kodein will be a good choice
k
Dagger will depend on Google. Not on any near term roadmap that I'm aware of. We generally use koin, but kodein and koin would probably be the most popular for kmp at this point. We've started looking at compile time stuff, but I don't think the eval got too far (busy with other things. Not a reflection on the tech)
c
Thank you. I was trying to figure out how to do manual injection. This is helpful