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

Add ability to resolve transitive dependencies for native libraries #204

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pjreiniger
Copy link

This provides the ability to hook up direct dependencies to known libraries, and then resolve them to a transitive list. This means that downstream users can say

nativeUtils.useRequiredLibrary(it, 'ntcore_shared'), and it will automatically pull in wpiutil_shared and wpinet_shared. This make it easer to update things when new libraries are added, or if libraries are broken up into smaller chunks and brought together with a meta-library, as suggested here.

I'm not a gradle whiz, so I'm throwing this up as a draft to start a discussion

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

Successfully merging this pull request may close these issues.

1 participant