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 Hello, thank you so much for this great library! I can tell you put a lot of work into it. If I add `implementation platform('com.google.firebase:firebase-bom:30.0.0')` in...

help wanted

## About this issue Just like in the title, for some reason AboutLibraries is not listed as dependency in the licenses output. This happens in my free-time project, a lot...

help wanted

## About this issue I'm trying to integrate the plugin to collect dependencies in my project, this is my setup: in the plugins block of the project build.gradle.kts ``` plugins...

help wanted

## About this issue The application crashes when I click on an item in the libraries list. I did the setup as advised in the README for compose and everything...

## About this issue - **Briefly describe the issue:** The exclusion pattern is not working for me ### Build Gradle ``` aboutLibraries { exclusionPatterns = [ ~"androidx_.*", ~"org_jetbrains_.*", ~"com_google_firebase__.*", ~"com_google_android_gms__.*",...

Stable is used in compose to improve recomposition because objects that didn't change don't need to call a recomposition of the composable where they are shown. This could either achieved...

blocked

- use kotlinx collections to make Libs / Libraries / Licenses immutable - FIX https://github.com/mikepenz/AboutLibraries/issues/868

feature

``` com.mikepenz.aboutlibraries.plugin 10.9.1 > Task :app:prepareLibraryDefinitionsXXX --> Retrieved no components for: androidx.activity:activity:1.8.0 --> Retrieved no components for: androidx.activity:activity-ktx:1.8.0 --> Retrieved no components for: androidx.annotation:annotation-experimental:1.3.0 --> Retrieved no components for: androidx.annotation:annotation-jvm:1.7.0...

- add Qodana to AboutLibs CI build

other

## About this issue - SPDX adjusts the licenses with extensions, investigate the best approach to support and introduce these

feature