Any chance we could get serializers for e.g. `Text...
# compose
c
Any chance we could get serializers for e.g.
TextStyle
? Using Kotlin serialization. I realize this is a big ask; I’d be happy to contribute to Accompanist for this. Any thoughts? My use case is in an app which allows the user to customize the appearance of some text. I need to persist these customizations. I could do this with a pile of boilerplate but it would be nice to be able to just serialize these types. Alternately, any suggestions on how to handle this case? My plan currently is to just map to my own serializable type and write whatever boilerplate I need.