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:
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.
build.gradle
:Steps to reproduce the behaviour:
OssLicensesMenuActivity
per the official Google example guideline.Screenshot:
Information
com.google.android.gms:oss-licenses-plugin:0.10.6
)