Looks like no dagger in kotlin-native - is there a...
# kotlin-native
r
Looks like no dagger in kotlin-native - is there a drop-in replacement?
🚫 3
m
Koin is doing MPP dependency injection: https://johnoreilly.dev/posts/kotlinmultiplatform-koin/
Never used it myself so can't really vouch for it but it might be the closest thing to what you're looking for
k
I’m using Koin in my KMM project, it works fine