avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
198 stars 37 forks source link

Kotlin multiplatform support (js, wasm, native) #207

Open Chuckame opened 6 months ago

Chuckame commented 6 months ago

Currently, avro4k is only working on the JVM platform as it uses the apache library that has been made in java. It is fully compatible with jvm and theorically compatible with android.

Making avro4k to be fully multiplatform can be a big challenge as it forces us to ensure that every feature works on each platform. We can do it in 2 ways:


Please put a 👍 if you are interested about adding js, wasm or native platforms compatibility 🚀 (please add a comment showing your need)