Does `kotlin.test` support conditional testing? I'...
# multiplatform
m
Does
kotlin.test
support conditional testing? I'd like to be able to use tags to specify which of my tests are unit and which are integration tests, and run them separately. That, or the ability to dynamically skip within the test would be nice.