InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.76k stars 695 forks source link

Question - activityScope and activityRetainedScope #1862

Open emartynov opened 2 months ago

emartynov commented 2 months ago

Hi people,

Personally, before reading documentation I had impression that activityScope is similar to view model lifecycle and activityRetainedScope is similar to rememberSaveable.

Am I only one with such assumptions?