kotlinx-io
kotlinx-io copied to clipboard
Support more native targets
I'm mostly thinking of androidNativeArm64
, androidNativeArm32
and wasm
but you might as well just publish for all them.
I want to get a Vulkan sample working on native android and I use this library for IoBuffer
(until Memory
is released).
Is there anything blocking the support of other targets?
Also, androidNativeX86
and androidNativeX64
. Would a PR for this be accepted?
Thanks for letting us know!
Unfortunately, we are not ready to accept PR yet. The problem is not Gradle configuration, but everything else -- setting up a test environment, building a publication pipeline that supports these targets etc.
We are going to add these platforms (except wasm
that libraries don't support in general) after the initial experimental release
We're rebooting the kotlinx-io development (see https://github.com/Kotlin/kotlinx-io/issues/131), all issues related to the previous versions will be closed. Consider reopening it if the issue remains (or the feature is still missing) in a new version.