In a multiplatform project, using `kotlin.test` on...
# test
e
In a multiplatform project, using
kotlin.test
one can filter the test classes to run using
Copy code
gradle cleanJvmTest jvmTest --tests "*FakeTestSuite"
Is there a more fine grained mechanism to pass in
includes
and
excludes
patterns?