https://kotlinlang.org logo
Title
g

Gopal S Akshintala

07/14/2020, 10:29 AM
Unable to run Kotest with Kotlin 1.4-M3 My gradle has the latest Kotest dependencies.
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

sam

07/15/2020, 3:12 AM
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

Gopal S Akshintala

07/15/2020, 3:16 AM
Sure thanks @sam
👍🏻 1