on the getting started section there is a jvm/grad...
# kotest
c
on the getting started section there is a jvm/gradle config and it says to add
Copy code
testImplementation '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?