Closed szczepanski-k closed 1 month ago
@szczepanski-k Using koin version 4.0.0
, and kotlin version 2.0.20
should fix this issue. There should be a binary incompatibility between 3.5.6
and 4.0.0
koin versions
Ok we can close the issue for now. I'll downgrade kmpnotifier for now and try to upgrade versions later on. I'll post a comment if it worked or not
KMPNotifier and Kotlin version: kmpnotifier version: 1.3.0, kotlin version: 2.0.0
Everything works fine on kmpnotifier version: 1.2.1
Describe the bug I got exactly this crash on ios: https://github.com/InsertKoinIO/koin/issues/1985 Android works fine with the same code.
I've seen that v.1.3.0 uses koin 4.0 so I guess that's it https://mvnrepository.com/artifact/io.github.mirzemehdi/kmpnotifier/1.3.0 I'm using older koin 3.5.6 in the app itself.
In which platform bug occurs? ios only
To Reproduce Open app with koin + kmpnotifier version: 1.3.0
Expected behavior No crash