cioccarellia / ksprefs

Kotlin SharedPreferences wrapper & cryptographic android library.
https://cioccarellia.github.io/ksprefs/
Apache License 2.0
228 stars 22 forks source link

Add enum-to-byte conversion #31

Closed cioccarellia closed 4 years ago

cioccarellia commented 4 years ago

This is a really cool feature as it can be nice for settings screens and configuration-related stuff. I can implement this in 2 ways.