hi guys .... I have a problem with koin in ios side
koin version 3.5.4
I am using androidx viewModel after migration and when I am trying to inject it to the ios side i have this issue
Uncaught Kotlin exception: org.koin.core.error.InstanceCreationException: Could not create instance for '[Factory:'viewModel class Name']'
at 0 shared
any help please ?
a
arnaud.giuliani
04/15/2024, 1:52 PM
what version did you use previously?
a
abdelrahmanesam20000
04/17/2024, 1:23 PM
I am using the same version in my sample from the beginning ... but this problem happen after the migration to androidx ViewModel