Untitled.kt
# kotest
s
Untitled.kt
result.shouldBeLeft()
throws
java.lang.NoSuchMethodError
Copy code
implementation("io.arrow-kt:arrow-core:1.0.1")


testImplementation("io.kotest:kotest-runner-junit5-jvm:5.0.3")
    testImplementation("io.kotest:kotest-property:5.0.3")
    testImplementation("io.kotest:kotest-assertions-core:5.0.3")
    testImplementation("io.kotest:kotest-assertions-arrow:4.4.3")
    testImplementation("io.kotest:kotest-extensions-spring:4.4.3")
    testImplementation("io.kotest.extensions:kotest-property-arbs:2.1.2")
s
mis match on versions
Take the latest kotest-arrow version from here https://github.com/kotest/kotest-extensions-arrow
s
ah yeah 🤦. Thank you.
👍🏻 1