avro-kotlin / avro4k

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

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

Open Chuckame opened 1 month ago

Chuckame commented 1 month 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 🚀