Forgot to add my application class to the manifest...
# koin
z
Forgot to add my application class to the manifest, whoopsies! I started a brand new compose project and am setting up a simple viewmodel and Koin injection. I have startKoin set up in my application class with the modules containing the viewmodels, but when I run the application it hits the line to inject the viewmodel into a composable and crashes with
KoinApplication has not been started
. I followed the process for compose viewmodels in the documentation. Am I missing something?
Koin version: 3.2.0 Compose 1.2.0