-
ProtobufExtract task is not UP-TO-DATE when irrelevant input directories are added or removed.
See example below from AndroidX build:
```
task :datastore:datastore-preferences-proto:extractInc…
-
The usage of the dataStore function also requires the "datastore-preferences" dependency in build.gradle:
implementation "androidx.datastore:datastore-preferences:1.0.0"
-
### Description
An error occurs when calling DataStore.edit function more than once on a single unit test.
There is no workaround to test ProtoDataStore on Windows.
### Steps to Reproduce
Call `…
-
**Is your feature request related to a problem? Please describe.**
SharedPreferences are used for storing key-value pairs in local storage, which is now deprecated.
**Describe the solution yo…
-
Hello, first off great work in building and maintaining this library. I'd like to report ANRs that showed up on Crashlytics lately. We use the library with Hilt, so we have a module that looks like th…
-
- DarkModePreferences.kt
The `DarkModePreferences` class can be considered a lazy class because it doesn't have any additional behavior or functionality beyond encapsulating the `dataStore` and pro…
-
Hilt: 2.40.5
AGP: 7.1.2
Gradle: 7.4
e.g:
```
:presentation -> :domain :presentation has no dependency to :data in presentation/build.gradle
-
```
Uncaught Kotlin exception: okio.IOException: Operation not permitted
at 0 Multiplatform App 0x1024c2983 kfun:kotlin.Exception#(kotlin.String?;kotlin.Throwable?){} …
-
**Is your feature request related to a problem? Please describe.**
Currently im using proto datastore to support encryption, but i can't seems attach watcher because it need to use `Preferences` gene…
-
Based on discussion in https://github.com/flutter/flutter/issues/153293 there is a thorny use case we didn't consider in switching the backend from `SharedPreferences` to `DataStore` on Android: some …