Skip to content

Releases: DylanCaiCoding/DataStoreKTX

1.0.0

03 May 06:22
724c606
Compare
Choose a tag to compare

Features

  • No need to create DataStore, RxDataStore, or Preferences.Key objects;
  • Supports both Kotlin Coroutines and RxJava usage;
  • Uses property names as key names, eliminating the need to declare a large number of key name constants;
  • Ensures type safety and avoids exceptions caused by inconsistent types or key name.

Features

  • 无需创建 DataStore、RxDataStore、Preferences.Key 对象;
  • 支持 Kotlin 协程和 RxJava 用法;
  • 用属性名作为键名,无需声明大量的键名常量;
  • 可以确保类型安全,避免类型或者键名不一致导致的异常;