Assigned
Status Update
Comments
yb...@google.com <yb...@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
DataStore Version used: 1.0.0
I've made a migration mistake and accidentally changed the type of one keys from integer to string, but ClassCastException is not getting thrown right away when I'm receiving my value from datastore and my app is crashing only when I try to use that variable elsewhere
I'm using a generic class to access preferences and I tried to add runCatching there but it can't catch invalid type