-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Document ivyDepsTree
and transitive dep management
#2175
Document ivyDepsTree
and transitive dep management
#2175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I left some small remarks. Also, some example output for ivyDepsTree
would be nice.
I'll make the improvements later, thanks for the feedback :) I will also add a little bit about resolvedIvyDeps and how to render them in terminal - credit to @ollyw |
Co-authored-by: Tobias Roeser <le.petit.fou@web.de>
demonstrate the tree structure, and a version bump mention
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you, James!
ivyDepsTree
and transitive dep management
Thanks @lefou for adding these docs!