Is there a recommended way of injecting dependenci...
# koin
l
Is there a recommended way of injecting dependencies for a backend application, between
by inject()
or annotations?
a
It's even a general rule of usage for Koin. Use constructor injection.
by inject
is only needed in place where you need to retrieve things, like in Ktor Routes or Android Activity