aminshojaei13

Results 2 issues of aminshojaei13

## ⚠️ Is your feature request related to a problem? Please describe when I use your module graph in my modular multiplatform app, I can't see my sub-module (common, android,...

enhancement

**Describe the bug** org.koin.core.error.NoBeanDefFoundException: No definition found for type 'androidx.lifecycle.SavedStateHandle'. **Koin module and version:** [e.g]: `koin-compose-viewmodel:1.2.0-Beta4` **Snippet or Sample project to help reproduce** ```kotlin // commonMain class RegisterViewModel( private val...