Gopal S Akshintala
02/04/2021, 1:02 PM// 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:+")