-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
How about adding something similar to Swift Package Manager, where we can import dependencies to projects instead of going through terminals all the time. It could be customised based on the project like for example Java and Kotlin uses either Maven or Gradle for it's dependencies so when the user gets the git url for the library it would add it to the xml or grade file then run a build script in order to fully add it to the project. We can also add support for flavouring of projects for example you only want to add the library to a test build instead of a debug build.
Describe alternatives you've considered
Using projects preferred method of adding but usually some methods are complex and we could simplify this for developers by letting the editor do it for them.
Additional context
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
