Hey, Trying to get powerAssert working with kotes...
# kotest
f
Hey, Trying to get powerAssert working with kotest matchers and am getting
Copy code
Unable to find overload of function io.kotest.matchers.shouldBe for power-assert transformation callable as:
 - io.kotest.matchers.shouldBe(String)
 - io.kotest.matchers.shouldBe(() -> String)
 - io.kotest.matchers.shouldBe(U of io.kotest.matchers.shouldBe?, String)
 - io.kotest.matchers.shouldBe(U of io.kotest.matchers.shouldBe?, () -> String)
Kotest "6.0.0.M3" Kotlin "2.1.20" Any ideas?
Power assert config powerAssert { functions = listOf("io.kotest.matchers.shouldBe", "io.kotest.matchers.should", "kotlin.require") } Require works as epxected here,, so I'm a little confused.