cremy
09/19/2018, 2:44 PMtransactionsViewModel: 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