Hi, I'm trying to get the robolectric kotest exten...
# kotest
n
Hi, I'm trying to get the robolectric kotest extension working on my android project but I'm running into this error when running the test:
java.lang.IllegalStateException: No instrumentation registered! Must run under a registering instrumentation.
I searched around for an example project or usage and came up blank. Is there a sample project out there?
I've made some progress but keep running into problems. Is looking back through all of the robolectric related posts, it seems like maybe it isn't quite ready? Should I give up on it?