Assigned
Status Update
Comments
el...@google.com <el...@google.com> #2
My dependencies:
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.gms:play-services-wearable:17.1.0'
implementation 'com.google.android.material:material:1.4.0'
If I remove androidx.appcompat:appcompat:1.4.0
, the warning vanishes, so I imagine there's some transitive dependency on an older version of androidx.appcompat:appcompat
that doesn't have the warning.
Description
👋 We use KMP in our application to share local/remote/business logic and we have a shared datastore :
It works perfectly on Android but we have some crashes on Firebase on iOS devices when the device is locked.
For example, I was able to reproduce this crash if I lock my iPhone when the Splashscreen is displayed and an access to the datastore is made.
We had a similar issue with Realm but we fix it by following the Realm's documentation .
But the same approach doesn't work with datastore.
Do we miss something in the Datastore configuration or is it an iOS configuration not linked to the datastore lib?
The datastore is created using DI: