Search code examples
kotlin-multiplatformkotest

using kotest FreeSpec on multiplatform module


I looks like there's no native module with io.kotest.core.spec.style.FreeSpec, or am I missing something?


Solution

  • According to this build.gradle.kts from the Kotest repo, the only available targets are JVM and JS. I also found an issue with some discussion about K/N support.