UninitializedPropertyAccessException: lateinit property has not been initialized
问题 I have a class which i inject into a ViewModel + ViewModel factory, when initialise the view model in the onCreate method in activity, its says the value being passed through is not initialised. Below is my code I am quite new to Kotlin so have tried debugging but am stuck on this issue. Here is MainActivity code: class MainActivity: AppCompatActivity(), RepoSelectedListener { @Inject lateinit var viewModel: MainActivityListViewModel lateinit var lifecycleOwner: LifecycleOwner lateinit var