When using Koin Annotations on Android, I am havin...
# koin
m
When using Koin Annotations on Android, I am having an issue where after changing build variants the project does not compile, as the generated Koin module from the current variant conflicts with the one generated for the previous build variant. In effect I have to clean the project after switching variants. I believe this is because the Gradle setup, as is in the Readme, adds srcDirs from all variants, not just the current one. How to solve this?
a
Thanks for the feedback. Yes, somehing related to KSP build variant. Did you open a ticket?
m
No, will do!
👍 1