Im trying to use retrofit for making HTTP call. Using koin for injection. But got an error
AppModule
val appModule = module { viewModel { MainViewModel() }