Is it possible as of now to inject view-model in C...
# koin
j
Is it possible as of now to inject view-model in Compose UI function which is shared by Android and iOS or I have to create two separate UIs (in android and iOS folders) to be able to inject view-model using appropriate methods?
a