mikepenz/AboutLibraries

Duplicate "AboutLibraries Library" listed

RyeGordo opened this issue · 5 comments

Duplicate "AboutLibraries Library"

The AboutLibraries lib is listed twice.

Implemented via Compose

LibrariesContainer(Modifier.fillMaxSize())

added com.mikepenz:aboutlibraries-compose-m3
added com.mikepenz.aboutlibraries.plugin

Details

  •  Used library version 10.10.0
  •  Used support library version
  •  Used gradle build tools version 34
  •  Used tooling / Android Studio version
  •  Other used libraries, potential conflicting libraries

Checklist

Thank you @RyeGordo that's because it lists every single module of your app.

there is the compose-m3 module and the core module, which both are listed.

Will look to adjust the title for the Material 3 lib variant.

You can also configure this behavior in the plugin settings: https://github.com/mikepenz/AboutLibraries?tab=readme-ov-file#gradle-plugin-configuration

By default it will keep duplicates:

var duplicationMode = DuplicateMode.KEEP

But you can change it to MERGE duplicates.

The default mode is SIMPLE (groupId and title to be equal)

var duplicationRule = DuplicateRule.SIMPLE

https://github.com/mikepenz/AboutLibraries/blob/develop/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesExtension.kt

Thank you very much!

The next release will now also have different names for the individual modules for more clarity.