Is it planned to add the rest of KMP targets to Ko...
# kotest
j
Is it planned to add the rest of KMP targets to Kotest?
Copy code
linuxArm32Hfp()
linuxArm64()
linuxMips32()
linuxMipsel32()
linuxX64()
Android NDK, and so on?
With Kotlin 1.7.20, publishing the linux mips targets from macOS will be possible, so should be great if Kotest adds them
@sam do you know if kotest assertions needs coroutines for example?
s
Yes it does in some places
j
then kotest can't add more targets 😞
s
The stuff that needs coroutines can move out into a separate module
But the core framework always needs coroutines. Some assertions don't
👍 1