Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSS 0.10.6 plugin reports Kotlin compiler stuff as included license for apps #291

Open
dbPhilips opened this issue Mar 22, 2024 · 0 comments
Labels
oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin

Comments

@dbPhilips
Copy link

Describe the bug
The OSS plugin seems to incorrectly include kotlin compiler licenses to the list of licenses of an app.

To Reproduce
Steps to reproduce the behavior:

  1. Apply OSS plugin on exoplayer demo app project (https://github.com/google/ExoPlayer/tree/release-v2/demos/main)(2.19.1)
  2. Check third_party_liceses output
  3. This contains a reference to: kotlinc/lib/kotlin-compiler.jar , kotlinc/lib/trove4j.jar

Expected behavior
Kotlin compiler are not expected to be included for a regular android app.

As the kotlin compiler uses a few none commercially friendly licenses such as LGPL 2.1 these these should not be added to avoid confusions.

Desktop (please complete the following information):

  • Gradle version: [7.2.2]
  • Android Studio version [2023.1.1 Patch 1 (stable)]:
  • Plugin name and version [(oss-licenses-plugin:0.10.6)]:
@davidmotson davidmotson added the oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin
Projects
None yet
Development

No branches or pull requests

2 participants