Closed yogaboyCZ closed 2 years ago
Thanks @yogaboyCZ. This is noted. A fix will be published soon. Closing since this is a duplicate of #47
Sorry, not a duplicate. Reopening
The constructor argument's name has been updated. https://developer.android.com/codelabs/android-preferences-datastore#5
Thanks again for reporting
in material U use class UserPreferencesRepository( private val userPreferencesStore: DataStore,
and in other snipets U use name for dataStore name dataStore not userPreferencesStore
UserPreferencesRepository(private val dataStore: DataStore)
please fix it