Hi, I'm having problems running my app. Error is ...
# koin
b
Hi, I'm having problems running my app. Error is
org.koin.core.error.NoBeanDefFoundException: No definition found for class:'io.ktor.client.engine.HttpClientEngine' q:''. Check your definitions!
m
No HttpClientEngine provided. read docs how
p
Probably missing declare/provide this dependency. Like:
single { HttpClientEngine() }
b
thanks guys, I solved it using your answers!