Also for Kotest Plugin on Intellij EAP 2021.1, Kot...
# kotest
g
Also for Kotest Plugin on Intellij EAP 2021.1, Kotlin 1.4.30, with these dependencies on my Gradle for Kotest v4.4.0
Copy code
// Kotest
    testImplementation("io.kotest:kotest-runner-junit5:+")
    testImplementation("io.kotest:kotest-assertions-core:+")
    // For Kotest intellij plugin
    testImplementation("io.kotest:kotest-assertions-core-jvm:+")
    testImplementation("io.kotest:kotest-runner-junit5-jvm:+")
    testImplementation("io.kotest:kotest-runner-console-jvm:+")