. And I got a second generated class by Koin Annotations.
But like IDE is printing, it has an error because it's duplicated.
How can I avoid this?
I'm missing some gradle configurations. I think...
By the way, my modules are setting up like this:
-- :app
-- :feature-a
-- :feature-b
-- :core-abc (only here has koin annotations)
And my app is running totally OK in debug mode. I think the code using annotations is pretty fine.
Pedro Francisco de Sousa Neto
04/30/2024, 7:08 PM
I believe I have found the problem. Do you agree guys?