Diego Lima
Diego Lima
On the Working with Preferences DataStore codelab section **6. Persisting data in Preferences DataStore**, there is the following snippet of code: ```kotlin class UserPreferencesRepository( private val userPreferencesStore: DataStore, context: Context...
Using SHA-1 algorithm to avoid key collisions. Using lazy initialization singleton pattern.
## Expected Behavior The build should have performed without any ProGuard related warnings. ## Current Behavior I'm getting the following warning message from R8: ``` Missing method java.util.Set org.json.JSONObject.keySet() (referenced...