@channel anyone on here using or looking at Koin ?...
# ohio-kotlin-users
d
@channel anyone on here using or looking at Koin ? https://insert-koin.io/
m
The Android community have been having big debates about Koin vs Dagger.
Koin says it's DI, but a lot of people argue that point saying it's more service locator than DI.
It looks like the latest release of Koin has many speed improvements putting it on the same level as Dagger 2 when it comes to obtaining dependencies.
In the end, I think Koin is easier to use than Dagger, but Dagger probably wins with speed and interoperability with Java