Hi there, Anyone using Koin with androidx viewMode...
# koin
c
Hi there, Anyone using Koin with androidx viewModels? For some reason it works well in the module, but not when I try to use the delegation in my fragment i.e.
transactionsViewModel: TransactionsViewModel by viewModel()
Basically the IDE doesn't suggest me
org.koin.androidx.viewmodel.ext.android.viewModel
. And I know for sure that it's there. PS: I was using arch viewModels prior to that and that worked well. I basically removed the dependency:
org.koin:koin-android-viewmodel
and added
org.koin:koin-androidx-viewmodel