I am wondering if there are any heuristics for when to set copy-local=true
for references?
If referenced types are only used internally can I set copy-local
to true
but if referenced types are exposed as parameters or return values I set copy-local
to false
and indicate that a specific version of the dependency should be referenced when my library should be used?
Can anyone clarify this for me?