Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What to do about projects with multiple dependencies? #61

Open
subsoap opened this issue Feb 9, 2021 · 3 comments
Open

What to do about projects with multiple dependencies? #61

subsoap opened this issue Feb 9, 2021 · 3 comments

Comments

@subsoap
Copy link

subsoap commented Feb 9, 2021

https://github.com/defold/awesome-defold/blob/master/assets/gameanalytics.json

GA for example requires https://github.com/GameAnalytics/defold-openssl/archive/master.zip

@britzl
Copy link
Collaborator

britzl commented Feb 9, 2021

You mean how to present the dependencies in the Asset Portal?

@subsoap
Copy link
Author

subsoap commented Feb 9, 2021

Yes, because they are in this case essential.

@britzl
Copy link
Collaborator

britzl commented Feb 10, 2021

I like the simplicity of the Defold library project system where you manually add your dependencies one by one. It becomes a bit problematic when there are transitive dependencies and in worst case also conflicting dependencies.

For now I believe it's a matter of documenting which additional dependencies that are required. The long term solution is maybe to create a system where we resolve and fetch transitive dependencies the way Gradle/Maven/Ivy etc does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants