AboutLibraries icon indicating copy to clipboard operation
AboutLibraries copied to clipboard

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments

Results 17 AboutLibraries issues
Sort by recently updated
recently updated
newest added

## About this issue Can this plugin also include libraries depended upon by the Google Play services libraries, like the [Google `oss-licenses-plugin`](https://github.com/google/play-services-plugins/tree/master/oss-licenses-plugin) does? > The list of licenses also includes...

help wanted

This isn't a specific issue, rather an opportunity to talk about this plugin architecture. Let's face it: this project has many issues related to the caching mechanism, like [this](https://github.com/mikepenz/AboutLibraries/issues/739) and...

help wanted
feature

## About this issue I've found an issue with caching in `AboutLibrary` plugin, a pretty serious I think. ## Details The recipe for disaster: - create an Android project -...

help wanted

## About this issue - Briefly describe the issue I currently use a command like this to generate my aboutlicense.json file `./gradlew app:exportLibraryDefinitions -PaboutLibraries.exportPath=src/main/assets/ -PaboutLibraries.exportVariant=dimensionRelease` Where `dimension` is different components...

question

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies
ruby

## About this issue I know this autoDetectFeature get all dependencies and sub dependencies (maybe from library of library ), I wanna know how can I show dependencies only i...

Follow-up to #955 and #956 ## Summary Even after the the latest changes in #956, our code base is still flooded/spammed by the `AmbiguousArtifactVariantsException` logs. We have a quite large...