Pedro Francisco de Sousa Neto
04/30/2024, 6:48 PM./gradlew app:assembleDebug
. And everything is OK.
In sequence, I run ./gradlew app:assembleRelease
. 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 PMarnaud.giuliani
05/03/2024, 4:19 PMPedro Alberto
05/08/2024, 3:51 PM