Inject ViewModels similar to the Android world
Compare changes
Files
27@@ -15,19 +15,18 @@ import androidx.compose.material.Text
With this merged, there is no need to inject, instantiate and initialize all the view models straight from the application start anymore. I'll add some explanatory comments to key changes in the code.
Closes #99 (closed)