java.lang.RuntimeException: Unable to start activity ComponentInfo{}: java.lang.reflect.InvocationTargetException
I am trying to use MVVM with Room DB in my android app but getting this exception on the splashActivity.
It was working fine until i added viewmodel and observers