Hello! How to provide dependencies in modules whic...
# koin
d
Hello! How to provide dependencies in modules which depend on the entities that are dynamically initialized in view, f.e. callbacks
a
Hi, you can try to use this: https://insert-koin.io/docs/2.0/documentation/reference/index.html#_injection_parameters In my view, it’s a bad idea to provide callbacks as a constructor argument. Better to use getter/setter