googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 336 forks source link

[FR] Support for Importing Maven BOMs in Android Resolver #668

Open kjt0429 opened 4 months ago

kjt0429 commented 4 months ago

Feature proposal

Describe your use case and/or feature request here.

=========================================

Recently, many library providers are providing libraries through BOM(https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import). ex)

I am also applying many libraries and would like to have a stable library configuration through BOM. However, EDM4U only supports the code below.

(https://github.com/googlesamples/unity-jar-resolver/blob/master/sample/Assets/ExternalDependencyManager/Editor/SampleDependencies.xml) I hope EDM4U supports BOM. thank you.