I am creating a sample Android app.
I would just like to have a MainActivity which shows a 'Hello World' composable.
It should retrieve the "Hello World" text from a ViewModel.
Main issue I am having is how to use the ViewModel in MainActivity.
I would like to do this without the use of Dagger/Hilt.
How can I do this?