Hi, I’m using Koin 3.2.0 in a KMM project, with Jetpack Compose on Android. I’m trying to get a new instance of my view model (
PageViewModel
) based on a parameter, but instead I’m getting the same instance no matter what parameter is provided. Has anyone got any pointers?
Simplified/shortened some code as an example:
_Android_: