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 29 forks source link

License for com.russhwolf:multiplatform-settings:0.8 can't be retrieved #50

Closed vanniktech closed 3 years ago

vanniktech commented 3 years ago

When using:

sourceSets.commonMain.dependencies {
  api "com.russhwolf:multiplatform-settings:0.8.0"
}

I'm getting:

com.russhwolf:multiplatform-settings:0.8
 - ERROR: Artifact declares no licenses!

Looking at the POM it's present.

I'm applying the module to my app, while the API is declared in a shared KMP module.

vanniktech commented 3 years ago

Same is true for kotlinx-serialization-core-iosx64: https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-serialization-core-iosx64/1.2.2/klib

JakeWharton commented 3 years ago

Probably #30 or related

JakeWharton commented 3 years ago

Confirmed it's the same.