matrix-org / matrix-org/matrix-android-sdk2-sample
Missing dependency
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 26
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The dependency "androidx.work:work-runtime-ktx:2.5.0" is missing in the app level build.gradle file which leads to an 'unresolved class' error in line 23 on AndroidManifest.xml
**Expected behavior**
The build.gradle file should include the line: implementation "androidx.work:work-runtime-ktx:2.5.0"
**Desktop (please complete the following information):**
- OS: Windows 10 Home
**Additional context**
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the app-level build.gradle file and the unresolved class reference on line 23 of AndroidManifest.xml. Add the specified AndroidX Work runtime dependency, then verify that the project builds without the unresolved class error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100