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
James Black
04/08/2022, 3:57 AM
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
arnaud.giuliani
04/08/2022, 8:43 AM
Koin 3.2 brings full compat for Kotlin 1.6+
a
Austin Pederson
04/11/2022, 4:23 PM
turned out to be some additional junk in their gradle.properties file apparently