You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussed this with @danysantiago, looks like this is currently the same issue as #1956. I thought the issue only affected bytecode transformation within test sources, but turns out that it also doesn't pick up the bytecode transformed prod sources.
The tl;dr is that we're waiting for b/37076369 to be fixed so that Android Studio properly picks up the transformed sources. But see #1956 for a couple work arounds.
Hi, I'm trying to make some tests using robolectric and Hilt and I cannot get dependency injection to work. Same test does work under integration tests.
Is there any test that shows how to integrate this?
I have a simple project for this here:
https://github.com/erzapito/pcremotecontrol/blob/master/app/src/test/java/com/zapo/pcremotecontrol/activities/MainActivityTest.kt
The text was updated successfully, but these errors were encountered: