license-list-plugin icon indicating copy to clipboard operation
license-list-plugin copied to clipboard

Gradle plugin to manage licenses of your Android app's dependencies.

Results 5 license-list-plugin issues
Sort by recently updated
recently updated
newest added

I get the following error when using Gradle 7.3.3 ``` Receiver class io.github.jmatsu.license.poko.ArtifactDefinition$Companion does not define or inherit an implementation of the resolved method 'abstract kotlinx.serialization.descriptors.SerialDescriptor getDescriptor()' of interface kotlinx.serialization.KSerializer....

Hi, is there an option to skip the `androidTest` and `test` scopes? It seems it's possible to add further scopes by `additionalScopes`, but not to skip the two existing /...

When there is a feature-a module that depends on the app module ``` implementation project(":feature-a") ``` The dependencies in the feature-a module are not included in the license list.

bug

The current implementation is eager-download only.

jitpack.io is easy?

enhancement