cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
626 stars 28 forks source link

Add stdlib dependency to test #266

Closed hfhbd closed 10 months ago

hfhbd commented 10 months ago

We currently exclude stdlib from dependencies in tests. I guess the reason was to not update the test fixtures after a new Kotlin release. Unfortunately, updating the test fixtures is already required due to Kotlin/JS dependencies.

As a bonus, this PR also includes a native test because https://youtrack.jetbrains.com/issue/KT-53185/Kotlin-Native-Publish-empty-artifacts-and-pom-information has been fixed since 1.9.20, see also https://github.com/cashapp/licensee/issues/109