Solved... it was because in Android there's debug ...
# kotlin-inject
d
Solved... it was because in Android there's debug and release using the assemble task... and for some reason it looks at both even though I have only the debug one in the source set instruction...
e
Yeah these are already wired up correctly for builds, it just doesn't show in the ide