For example, in dagger `OkHttpClient` declared in ...
# koin
t
For example, in dagger
OkHttpClient
declared in base network module, then in new koin modules that requires this client it will be imported from dagger. Eventually only base dependencies will be imported from dagger and then they can be moved in Koin. I think such approach should work.
j
@tapchicoma did you manage to smoothly go from dagger to koin?
t
Haven't started it yet. But want give it a try
j
I wanted to see if they could live together in the same project but cannot get my head around of how to get the dagger instances in my koin modules or the other way around