How To Use ViewModels Delegate With Constructor Parameters and Koin Dependency Injection
Save unnecessary code for loading data with bundle arguments.

The Kotlin viewModels
delegate lets us initialize our ViewModel
in our Android app’s activities or fragments with no effort.