christophsturm
03/04/2022, 1:21 PMtestImplementation 'io.kotest:kotest-runner-junit5:$version'
but there is also a note that says that for jvm development people should use the artifacts that end in -jvm:
“Kotest is a multi-platform project. If you are unfamiliar with this, then Kotlin compiles to different targets - JVM, JS, Native, iOS and so on. If you are doing server side or android development then you want the modules that end with JVM, such as kotest-property-jvm
.”
which one of the two is correct?