InsertKoinIO / koin

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

Add model class to view model key when scope, qualifier, or key are provided to the view model fetch #1833

Closed thadcodes closed 3 months ago

thadcodes commented 3 months ago

Fixes gh-1832

thadcodes commented 3 months ago

This issue is fixed in 3.5.4 by removing scope id from the key, so withdrawn for now