Hey has anyone seen any issues with integrating Ko...
# koin
a
Hey has anyone seen any issues with integrating Koin from a KMM library into Android? It builds fine for me, but someone on my team is struggling with a crash on
initKoin
where Koin is unable to locate a KMM dependency
j
You may want to look at this and see if it is similar to your co-workers issue. https://github.com/InsertKoinIO/koin/issues/1188 What version of Kotlin are they using? Is it the same code as what you have, where they just clone, run and crash?
a
Koin 3.2 brings full compat for Kotlin 1.6+
a
turned out to be some additional junk in their gradle.properties file apparently
👍 1