michaelbull / kotlin-result

A multiplatform Result monad for modelling success or failure operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: mingwX86 target

JohnLCaron opened this issue · comments

Would it be possible/easy to add target mingwX86?

PS: thanks for such an elegant design.

Kotlin Coroutines doesn't support mingw86, so probably not.

The kotlin-result-coroutine module is limited, yes, but it is doable for the kotlin-result module since it's only dependency is the standard library.

I would love to see this as well, but for all available targets (not just mingwx86) so that I can use it in my library's public APIs.