Hi! I'm using the robolectric extension, but I'm g...
# kotest
d
Hi! I'm using the robolectric extension, but I'm getting:
Copy code
java.lang.IllegalStateException: No instrumentation registered! Must run under a registering instrumentation.
	at androidx.test.platform.app.InstrumentationRegistry.getInstrumentation(InstrumentationRegistry.java:45)
what could this be? I'm wondering if the extension isn't starting the instrumentation for some reason... in one project it worked... maybe somebody came across something similar?
google 1