mobiledevpro / closetalk.app

Chat App | Android, Jetpack Compose, modularization, MVI
https://closetalk.app
Apache License 2.0
230 stars 20 forks source link

Issue with Koin scopes: ViewModel is initialized as many times as composable recomposes #20

Closed dmitriy-chernysh closed 9 months ago

dmitriy-chernysh commented 9 months ago

The correct usage of Koin

image

dmitriy-chernysh commented 9 months ago

Done