Why doesn't kotest support other K/N platforms lik...
# kotest
a
Why doesn't kotest support other K/N platforms like
linuxArm32Hfp
,
linuxMips32
,
mingwX86
? Is it due to kx.coroutines does not support it? 👀
https://github.com/kotest/kotest/issues/1645 Oh yes, just found that issue 😐, it does.
b
Wait, kotest supports "some" native platforms already?
a
Yes
b
How do i run kotest tests on native then? Docs say nothing about it
a
There were some docs months ago about that, don't know if removed, I couldn't find it easily either. https://repo.maven.apache.org/maven2/io/kotest/ The framework (running spec and runners) only supports js & jvm. Though assertions and property testing is available in all targets (except those I mentioned in the original post/message :P).
b
Ah, that's useless to me then.