Now that we have Compose for iOS, how does a share...
# multiplatform
a
Now that we have Compose for iOS, how does a shared ViewModel come into play here? And what about DI? In consideration of configuration changes and process death in Android.
j
Create expect/actual. Abstract class in commonMain and in Android using androidx viewmodel and nothing to inherit. I think Koin at moment is best inject DI.