google / google/play-services-plugins
OSS licences plugin displays all Jetpack Compose dependencies twice
Open
oss-licenses
- Dominant language
- Kotlin
- Stars
- 526
- Forks
- 167
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
We have found out that most, if not all, Jetpack Compose dependencies are being displayed twice when showing the `OssLicensesMenuActivity`. See attached screenshot from my minimum reproducable project. Obviously you'd want to display the dependency licence only once.
I have tried so far to resolve it myself, unsuccessfully.
- output app dependency tree to a file, and analyze discrepancies, i.e. different depedency artifact versions being used
- force dependency version usage by adding to app's `build.gradle`:
```
configurations {
configureEach {
resolutionStrategy {
force '
Contributor guide
Assessment
This issue has not been assessed yet.