android / android/architecture-samples
[todo-mvp] A problem occurred configuring root project 'todoapp'
- Dominant language
- Kotlin
- Stars
- 45.8k
- Forks
- 11.9k
- PR merge metrics
- No merged PRs in 30d
Description
/* Remove this comment
Please add the branch/sample ("all", "todo-mvp", "todo-mvp-dagger", etc.)
in the title if it applies.
*/
* What went wrong:
A problem occurred configuring root project 'todoapp'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not download fastutil.jar (it.unimi.dsi:fastutil:7.2.0): No cached version available for offline mode
> Could not download commons-compress.jar (org.apache.commons:commons-compress:1.12): No cached version available for offline mode
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Contributor guide
Research direction
Start by reproducing the root-project configuration failure in offline mode and inspect dependency resolution for fastutil 7.2.0 and commons-compress 1.12. The issue does not name a file or test; done means the todoapp root project configures without these missing offline artifacts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100