Android Studio – I cant solve this error "lateinit property dataBinding has not been initialized"
I have base activity< T : ViewDataBinding , VM : ViewModel > extends AppCompatActivity() and i initialize view binding and view model but when run the app i get this error "lateinit property dataBinding has not been initialized" I don't…