https://kotlinlang.org logo
#gradle
Title
a

AJ Alt

02/10/2020, 10:39 PM
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' } }
?