mikepenz / AboutLibraries

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
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.66k stars 423 forks source link

Add androidx/kotlin definitions #438

Closed kuhnroyal closed 4 years ago

kuhnroyal commented 5 years ago

Since this library is now based on AndroidX and Kotlin, it would probably be useful to include these definitions. Right now, not even the used/required AndroidX libs by the sample app are detected.

mikepenz commented 5 years ago

I am more than happy to take a PR to add new definition files to the library :)

AllanWang commented 4 years ago

Fyi, assuming this is for the androidx "support version":

https://github.com/mikepenz/AboutLibraries/blob/b22abe6798960f4cdbd16d6a2243b40c5b74de98/library/build.gradle#L16

perhaps this should be replaced with versions.appcompat? There isn't a single androidx version

mikepenz commented 4 years ago

Will be fixed with v8 :)