Sam
Sam
I don't know either, but my guess is the event loop dispatcher thing has special semantics.
Are you looking for something like `lhs should be equal using .equals rhs` ?
I think we should consider adding a `lhr shouldEqual rhs` which just uses .equals.
You have kotlin 1.5 on the classpath somewhere. On Mon, 31 Jan 2022, 08:18 Danilo Pianini, ***@***.***> wrote: > *Kotest 5.1.0* > *Kotlin 1.6.10* > > All dependencies: > https://github.com/DanySK/gradle-java-qa/blob/f7e18c264646f2dd069427391ed937e90bd5a7b5/gradle/libs.versions.toml...
Jackson 2.13.x kotlin module, spring boot coroutines 1.5 are all modules I know bring in kotlin 1.5 On Mon, 31 Jan 2022, 08:35 Danilo Pianini, ***@***.***> wrote: > Which component...
Oh you're writing a gradle plugin? Then you're seeing this gradle bug: https://github.com/gradle/gradle/issues/16345
I've made a change to avoid use of these methods in that Defaults class. If you want to try 5.1.0.887-SNAPSHOT once it's built, we can see if it works with...
It's not really an issue from the kotest side, but I won't be able to remove all uses of the 1.6 duration methods. But maybe enough to avoid errors unless...
How are you getting the unique id to pass into the launcher for kotest tests?
Kotest 5 is already 1.6 only, https://github.com/kotest/kotest/blob/master/gradle/libs.versions.toml#L12. But I agree with you @charleskorn that changing this shouldn't fix anything as the method still exists in 1.7