You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature proposal
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.
The text was updated successfully, but these errors were encountered: