<@U051221NF>: Regarding making `managed_dependenci...
# general
j
@happy-kitchen-89482: Regarding making
managed_dependencies
an
Addressable
but not a
Target
, are there examples of that currently in the repo? A quick grep implies not. I’m not entirely sure how that works in terms of how to get at them; existing uses of build file objects seem to be exclusive to objects that are nested inside of Targets. For instance, are they resolved by
context.resolve()
and returned by
context.get_target()
, even though they aren’t targets?