Thomas Phillips

Results 1 comments of Thomas Phillips

I also had this problem while working on a project. I found that I was using `datastore-core` and needed `datastore-preferences`. So I changed my dependency declaration from: ``` implementation 'androidx.datastore:datastore-core:1.0.0-alpha08'...