Is it possible to configure JUnit for the `jvmTest...
# gradle
a
Is it possible to configure JUnit for the
jvmTest
target of an MPP project? For example is there an equivalent to this non-MPP code
test { useJUnit { excludeCategories 'foo' } }
?