I'm looking at multiple kt classes with `@Inject` ...
# announcements
m
I'm looking at multiple kt classes with
@Inject
annotations, and they get their dependencies passed in fine. I first suspected that from a previous build, Dagger's companion classes it generates (the injectors) somehow stuck around, but I then did a full rebuild (clean / build / deploy) and it still works.