Unable to run Kotest with Kotlin 1.4-M3 My gradle ...
# kotest
g
Unable to run Kotest with Kotlin 1.4-M3 My gradle has the latest Kotest dependencies.
Copy code
listOf(“runner-junit5”, “assertions-core”, “runner-console”, “property”).forEach {
        testImplementation(“io.kotest:kotest-$it-jvm:latest.integration”)
}
I tried with Intellij kotest plugin-1.0.5 as well and getting the below failure:
s
I would guess there's some issue with 1.4m3 and kotest. We are shortly (next few weeks) planning on moving the kotest master branch to be based off 1.4, so you might need to wait for that
g
Sure thanks @sam
👍🏻 1