1

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

Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220

1 Answers1

1

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.

Artyom Degtyarev
  • 2,704
  • 8
  • 23