-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add linuxArm64 and Arm32 variants #1171
Comments
Unofficial okio port to arm: Kotlin/kotlinx.coroutines#855 (comment) Unfortunately it's not clear how to use it. |
|
I've put together a demo for okio here: |
Probably also blocked by Kotlin/kotlinx-datetime#165 |
Looks like there's a pr Kotlin/kotlinx-datetime#261 Not merged yet though. |
The version from @danbrough works for me |
Kotlin/kotlinx-datetime#261 is now merged |
At the moment okio does not offer a library variant for the ARM processor, which is a pity since
kotlin.io
is pretty much non-existent on native, and there is no other library offering any kind of io for kotlin native other than okio. In other words, at the moment there is no support for working with files and streams on native/arm. Would it be possible to build okio for arm as well please?The text was updated successfully, but these errors were encountered: