<@UB9K6R4JH> Did something change in the Robolectr...
# kotest
d
@LeoColman Did something change in the Robolectric extension? I started getting
No instrumentation registered! Must run under a registering instrumentation.
... I'm using kotest 4.6.4 and tried the 0.5.0 and 0.4.0 extensions...
l
Hey Dave! Sorry, I'm not that active with the robolectric extension anymore. I don't know what have changed recently
d
So you don't use Kotest for Robolectric testing?
l
I do for some tests, yes
Mostly I don't use robolectric at all
d
Aah... it looks like @matsudamper is the one that fixed it for 4.6... I was just wondering if you migrated away from it because it would be hard for Kotest to support all the JUnit rules from AndroidX... if so, I guess I wouldn't try to make it work...
m
d
I tried with 0.5.0 which includes that change, I think. It doesn't seem to auto load the extension for some reason
d
Thanks for the effort 😉, I'll give it a try! But 0.3.0.7? Isn't the current version 0.5.0?
And does it work with the AndroidX JUnit rules somehow?
Ooh... it seems like it has a dependency on Kotest 5.1.x... which itself requires Kotlin 6.x ... we haven't upgraded to Kotlin 6 because certain important plugins we use don't work with it... 🤕
m
Is it jetpack compose?
d
no