Aftab Ahmad
Aftab Ahmad
Hi! Just wondering if there were plans to add support for the API reference in Dokka or another tool. This was done for the https://github.com/Kotlin/kotlinx.serialization with the docs available [here](https://kotlin.github.io/kotlinx.serialization/)....
Migrates the project to AndroidX. The only library was the support annotations. I also updated the library versions and the `compileSdkVersion`. Closes: https://github.com/robinhood/spark/issues/80
**Describe the bug** While trying out the new okio streams with kotlinx-serialization I noticed an issue with the result being different. I've attached a small project showing the serialization with...