open-feature / kotlin-sdk

Kotlin implementation of the OpenFeature SDK for Android clients
https://openfeature.dev
Apache License 2.0
12 stars 4 forks source link

Too opinionated when it comes to serialization? #82

Closed nicklasl closed 6 months ago

nicklasl commented 10 months ago

Currently the Android SDK contains a dependency to kotlinx-serialization for json and defines Serializers for the Value class.

This is perhaps too opinionated and something that should be controlled by the Providers.

I would suggest an attempt to extract the kotlinx serializers and annotations etc to a separate artifact.