kotlin-result icon indicating copy to clipboard operation
kotlin-result copied to clipboard

Feature request: mingwX86 target

Open JohnLCaron opened this issue 2 years ago • 1 comments

Would it be possible/easy to add target mingwX86?

PS: thanks for such an elegant design.

JohnLCaron avatar Aug 29 '22 19:08 JohnLCaron

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

michaelbull avatar Aug 29 '22 19:08 michaelbull

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.

05nelsonm avatar Jan 05 '23 21:01 05nelsonm