Closed maicol07 closed 3 months ago
@maicol07 Do you use koin DI in your project? Please increase koin version to 3.5.6
and see if the problem is solved
@mirzemehdi yes I use Koin but it is already upgraded to 3.5.6...
@maicol07 And kotlin version which version you are using?
@maicol07 And kotlin version which version you are using?
2.0.0
Maybe clean and rebuild again to see if it works. I can't replicate the issue
@maicol07 Another thing that you can try ./gradlew sharedApp:dependencies
and search for koin-core, and see if other libraries that you are using uses koin version 3.5.6
@maicol07 Another thing that you can try
./gradlew sharedApp:dependencies
and search for koin-core, and see if other libraries that you are using uses koin version 3.5.6
The only one who is using a different version is precompose-koin (koin-core 3.6.0-alpha03)
I believe this caused the problem probably
Or maybe because Precompose doesn't support kotlin version 2.0.0. For now I think it is better to use 0.6.0
version of KMPNotifier until issues are fixed
@maicol07 in latest version of kmpnotifier (1.2.0-alpha
) koin version 3.6.0-Beta5
is used. So this should be solved
Hi, I get the following error when running the app on iOS after upgrading to 1.0.0 (doesn't happen with 0.6.0):