Project's dependencies can not detect
Open
- Dominant language
- Java
- Stars
- 5.4k
- Forks
- 620
- PR merge metrics
- No merged PRs in 30d
Description
项目升级 gradle 4.3后,项目中 gradle 用到的 `compile` 依赖都改用了` implementation`,
`compile -> implementation` 替换后,不能识别到被依赖项目的修改,也就无法增量更新了,查看描述文件,没有生成对应的项目关系.
可能需要适配下使用`implementation`,` api` 等配置的情况.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with Gradle 4.3 using implementation and api dependencies instead of compile. Inspect how dependency descriptions and project relationships are generated; done means modifications in a dependent project are recognized for incremental updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100