did you add the appropriate AndroidJUnit4 runner? ...
# compose
m
did you add the appropriate AndroidJUnit4 runner?
Copy code
@RunWith(AndroidJUnit4::class)
If you don’t have this, your test will run as a standard unit test, and will not stand up the robolectric environment