1.4.0
- Update Kotlin to 1.4.31 and coroutines to 1.4.3 a74ad73
- Expose
keyFlow
as aSharedPreferences
extension so clients can use it — it works just asSharedPreferences.OnSharedPreferenceChangeListener
but it's a flow instead of a callback f13aaf7 #12