anyone have any luck writing unit tests in kotlin ...
# announcements
d
anyone have any luck writing unit tests in kotlin while using dagger2 (2.7) injection? from what i can tell the components are not being generated. i have generateStubs enabled (dagger2+kotlin works fine in the actual app) and the components in my java unit tests are all generating ok. i’m hoping it just doesn’t work for anyone yet heh.