kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Support for Mingw86
We're trying to build a 32 bit version for our Kotlin Native Project and would love to support 32 bit. Is this possible right now?
Unfortunately, it is not really possible. We neither have bare metal to actually test mingw binaries, nor enough time to take care of this issue
I see that kotlinx-coroutines-core has a mingwx64 target but not a mingwx86. Is there something about mingwx86 that makes it harder than mingwx64?
mingwX86 is deprecated thus we are not adding support for that target