我看起来io.kotest.core.spec.style.FreeSpec没有本机模块,或者我遗漏了什么?
io.kotest.core.spec.style.FreeSpec
发布于 2020-12-10 16:41:40
根据this build.gradle.kts from the Kotest repo的说法,唯一可用的目标是JVM和JS。我还找到了一个关于K/N支持的issue。
https://stackoverflow.com/questions/65195730
相似问题