Problem with Koin Annotations I run the command `...
# koin
p
Problem with Koin Annotations I run the command
./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.
I believe I have found the problem. Do you agree guys?
1
a
perhaps an update about KSP generation? 🤔
p
if variants are separated are problem or ?