kotlin-result
kotlin-result copied to clipboard
Feature request: mingwX86 target
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.