Looking at the Google docs for ViewModel, they show the below sample code on how to get a ViewModel:
ViewModel
val model = ViewModelProviders
If you have this implementation
'implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
Try to use viewModel = MainViewModel()
viewModel = MainViewModel()