android / android/codelab-android-paging
Updated required in gradle for Android Studio Bumblebee
Open
- Dominant language
- Kotlin
- Stars
- 509
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
The code doesn't compile when using AS Bumblebee, in order to make the app compile the room version has to be roomVersion = '2.4.2' and also implementation "androidx.room:room-paging:2.5.0-alpha01" needs to be added to prevent an issue to come up for miss the dependency
Contributor guide
Research direction
Locate the Gradle configuration containing roomVersion and the androidx.room dependencies, then compare the current values with the versions named in the issue. Build the codelab in Android Studio Bumblebee and confirm compilation succeeds without the missing-dependency issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100