kotlinx-io icon indicating copy to clipboard operation
kotlinx-io copied to clipboard

Support more native targets

Open Dominaezzz opened this issue 5 years ago • 2 comments

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?

Dominaezzz avatar Apr 12 '19 20:04 Dominaezzz

Also, androidNativeX86 and androidNativeX64. Would a PR for this be accepted?

Dominaezzz avatar Dec 22 '19 11:12 Dominaezzz

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

qwwdfsad avatar Dec 24 '19 09:12 qwwdfsad

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.

fzhinkin avatar Jun 12 '23 11:06 fzhinkin