kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Support for Mingw86

Open danielgruber opened this issue 4 years ago • 2 comments

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?

danielgruber avatar Jul 21 '20 22:07 danielgruber

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

qwwdfsad avatar Sep 30 '20 10:09 qwwdfsad

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?

JohnLCaron avatar Aug 29 '22 19:08 JohnLCaron

mingwX86 is deprecated thus we are not adding support for that target

qwwdfsad avatar Feb 23 '23 19:02 qwwdfsad