android / android/codelab-android-datastore
missing dependency
Open
- Dominant language
- Kotlin
- Stars
- 240
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
The usage of the dataStore function also requires the "datastore-preferences" dependency in build.gradle:
implementation "androidx.datastore:datastore-preferences:1.0.0"
Contributor guide
Research direction
The missing dependency is reported in build.gradle for use of the dataStore function. Start by opening that build file and checking the existing dependencies, then add the specified datastore-preferences dependency. The issue is done when the project includes that dependency and the build succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100