
implementation("com.github.skydoves:compose-effects-viewmodel:0.1.3")Enhances Jetpack Compose by providing efficient side-effect management and ViewModel scoping within composable functions. Introduces `RememberedEffect` for non-coroutine tasks and `ViewModelStoreScope` for local ViewModel instances.