unity-jar-resolver icon indicating copy to clipboard operation
unity-jar-resolver copied to clipboard

[FR] Android Resolver support gradle plugin dependencies

Open gentrio opened this issue 1 year ago • 1 comments

Feature proposal

  • EDM4U Component: Android Resolver

The current Android Resolver does not support importing Gradle plugin dependencies through *Dependencies.xml or adding the required plugin to the project. Is it possible to enable this functionality? This would involve adding my Gradle plugin to the BUILD_SCRIPT_DEPS in the Unity template's Gradle. Of course, it would also require support for configuring repositories and adding the "apply plugin" to APPLY_PLUGINS. This simplifies the process of managing Gradle plugin dependencies and configurations, and libraries like Firebase Crashlytics also require this capability.

gentrio avatar Nov 01 '23 03:11 gentrio