Sam

Results 623 comments of Sam

Actually I threw out at 2.0.0.RC1 stable release to make it easier to test with.

2.0.1 is out now too. Closing this as fixed.

could also just have `stringspec`, saving 5 chars isn't a huge deal

Do we want to merge this in @Kantis ?

Reopened to check if the issue is still present. There was a PR applied but maybe it changed again.

Now that Kotest 6.0 is released we're good to go. Compiler plugins replaced with a KSP plugin for simplicity. See new setup docs here: https://kotest.io/docs/framework/project-setup.html

Good feedback @DanySK , the docs have been updated: https://kotest.io/docs/framework/project-setup.html

``` class F : DescribeSpec() { init { describe("Kotest swallows exception in coroutine") { launch { val seq = sequence { val values = listOf(1, 2, 3) yield(values.get(0)) yield(values.get(1)) yield(values.get(2))...

It works for me ![image](https://github.com/kotest/kotest-intellij-plugin/assets/743706/8da3abc0-aef9-427d-810e-66842991b4ab) In your build settings for gradle, what do you have set for test runner ?