Hi everyone, I'm using Koin to dependency injectio...
# koin
v
Hi everyone, I'm using Koin to dependency injection, but I don't want to register every class that i want to inject, I'm trying solve that by using annotations, and then using Reflections to register, my code is: