avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
188 stars 36 forks source link

Android and multiplatform #128

Closed mcpiroman closed 2 months ago

mcpiroman commented 2 years ago

Hi, does this library work on Android? It'd be nice to document it.

Also, would it be theoretically possible to support JS/native targets? Avro does have C library and there is https://github.com/mtth/avsc for JS FWIW.

thake commented 1 year ago

It currently does not support JS/native targets. It should be usable on android. I wouldn't know of anything that speaks against using it on android.

Chuckame commented 1 year ago

Closing stale issue as won't do for the moment. Don't hesitate to 👍 the original message to see the community needs 🚀

thake commented 5 months ago

Planned to be tackled in version 2.

Chuckame commented 5 months ago

Seems maybe too early to talk about real multiplatform. Let's discuss to prioritize features 🚀

Chuckame commented 2 months ago

Android is theorically compatible as the apache avro library is compatible. For js/wasm/native support, please look at https://github.com/avro-kotlin/avro4k/issues/207 and put a 👍 if you want it.