hi, is there a way of disabling Kotest for non-JVM...
# kotest
a
hi, is there a way of disabling Kotest for non-JVM tests when I run a Gradle build? I've updated Kotest and I'm bumping into "Nested tests are not supported" #3141. I've got a lot of nested tests so I don't want to refactor everything, or disable the tests for all platforms (it's a hobby project so only running JVM tests is fine).
s
If you don't add the kotest multiplatform plugin it should only run jvm tests
a
perfect, thanks!