https://kotlinlang.org logo
#kotlin-native
Title
# kotlin-native
r

reactormonk

10/27/2021, 6:47 PM
Looks like no dagger in kotlin-native - is there a drop-in replacement?
🚫 3
m

mbonnin

10/27/2021, 8:31 PM
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

Kamil Kalisz

10/27/2021, 9:47 PM
I’m using Koin in my KMM project, it works fine
12 Views