Hi guys, I created new Android Project from Androi...
# android
b
Hi guys, I created new Android Project from Android Studio and added koin dependency. I receive error as "Failed to resolve: org.koinkoin android viewmodel3.3.3". Is there a way to resolve this issue?
😶 3
j
You probably want
koin-android
without the -viewmodel
b
👍