I am trying to write a sample app using Android architecture components and but even after trying for days I could not get it to work. It gives me the above exception.
Please add below code. It worked for me
val binding = FragmentLayoutBinding.inflate(inflater, container, false) val viewModel = ViewModelProvider( requireActivity(), defaultViewModelProviderFactory ).get(MainViewModel::class.java)