Open n81ur3 opened 1 year ago
The usage of the dataStore function also requires the "datastore-preferences" dependency in build.gradle:
implementation "androidx.datastore:datastore-preferences:1.0.0"
The required dependency is already added to the "preference_datastore" branch.
The "master" branch shows the code before adopting the data store.
The usage of the dataStore function also requires the "datastore-preferences" dependency in build.gradle:
implementation "androidx.datastore:datastore-preferences:1.0.0"