Thanks! so, if i want to inject a viewmodel in jav...
# koin
m
Thanks! so, if i want to inject a viewmodel in java I have to use the inject method? (The IDE says that the inject method has access private, so I can't use it)
a
I would recommend to use a
factory
instance + manual ViewModel factory
m
Thanks, I will try this!
👍 1