https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Michal Klimczak

10/10/2023, 1:58 PM
hey, anybody knows if there is a DI lib working on mingwx64 target?
j

Jonathan

10/10/2023, 1:59 PM
Does Koin not work on Windows?
m

Michal Klimczak

10/10/2023, 2:01 PM
unfortunately it doesn't 😞 unless they changed something in the latest version because I might have missed it
j

Jacob Ras

10/10/2023, 2:09 PM
Looking at the code, it seems Koin does support it, as the
mingwX64
target is there: https://github.com/InsertKoinIO/koin/blob/main/core/koin-core/build.gradle#L39
m

Michal Klimczak

10/10/2023, 2:10 PM
okay, I need to try again. I had 3 libraries failing for me when I added the target and koin was one of them. Maybe it needs some additional setup
okay, now i feel stupid, the latest version does work 😄 thanks guys
👍 2
🚀 1
2 Views