As <@UB9K6R4JH> says I think the issue is that and...
# kotlintest
s
As @LeoColman says I think the issue is that android studio / intellij make assumptions about using junit 5. You could try having your KotlinTest tests via junit 5, and keeping your existing junit 4 tests. That should work?