Sam

Results 593 comments of Sam

I'm in favor, if we can get it to work. I tried adding ``` @OptIn(ExperimentalTypeInference::class) @BuilderInference ``` To all the withData functions and could not get the 2nd example to...

Might be related to the ticket I filed at https://github.com/kotest/kotest/issues/3901

You could nest the tests, and add fail fast. Then you could make the top level tests run in parallel, but tests inside each context run in sequence.

It would also be possible to have a test be defined to require another test first, like you want, but it would have to be based on strings. I don't...

Closing as there is nothing we can do until the JVM is updated with a replacement.

Yep it's just the way gradle does it by default. Closing as @Kantis' advice is the way to go.

Closing as no reply. Please re-open if still an issue.

Updated docs to specify class and marked in javadoc which options are jvm only.