Hello Everyone , i have a short question , do you...
# android
h
Hello Everyone , i have a short question , do you think Koin is worth migrating to , or should i just stay with hilt in my production app ?
a
That really depends on your project side, team and what you really want to achieve with one or the other @Hacine Mohamed Abdelhakim. Try to read this https://medium.com/@aruncse2k20/dagger-hilt-vs-koin-e17af98427da for more context
👍 1
m
I'm a using Koin in side project and in mutliple professional apps. And, for me, this is the best DI solution in android/KMP
j
IMO join us far superior than hilt. Join does not break as much when you update your gradle version or give random errors when building. Hilt is pure garbage IMO
👎 3
g
best DI solution in android/KMP
Best solution with no compile time check
e
@Anselmo Alexandre Interesting article! I really appreciated how it calls out runtime vs compile time performance. I would be curious to see how the generated code for dagger/hilt affects apk size
👍 1