You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have MultiModule KMP Project
So i have BaseViewModel class in app_core module
then i implement app_core module in every feature_module, then i extend BaseViewModel class on every ViewModel i have
But now i got this error when running the project:
Type org.koin.ksp.generated.KoinDefAppEyedeaCoreBaseBaseScreenModel is defined multiple times:
I have MultiModule KMP Project
So i have BaseViewModel class in app_core module
then i implement app_core module in every feature_module, then i extend BaseViewModel class on every ViewModel i have
But now i got this error when running the project:
on this version everything works fine
then i upgrade the deps into this version and got this compile error
The text was updated successfully, but these errors were encountered: