Android Studio – ViewModel has no zero argument constructor at java.lang.Class.newInstance(Native Method)
the program doesn't run because of run time exceptions such as : Cannot create an instance of class ViewModel and has no zero argument constructor at java.lang.Class.newInstance(Native Method) i used Inject constuctor like this: CharactersViewModel @Inject constructor( private val charactersUseCase…