Hello, can anyone let me know how to pass intent d...
# multiplatform
a
Hello, can anyone let me know how to pass intent data to shared ViewModel constructor using Koin ViewModel injection?
y
1. Inject viewmodel into class 2. Update viewmodel.intent_data Done
a
Well, the intent data needs to be available during view model creation, but i got i working with using koin viewmodel parameters.