Split out from #715
When calling the JExtract tool for TargetA, it correctly adds '--depends-on' for TargetB.
I would assume that API in TargetA that uses types from TargetB could now be exposed to java, but it appears that they are stripped - just like when there were no dependency on TargetB.
Is this supposed to work like I expect, or am I misunderstanding the role of '--depends-on'?
Split out from #715
When calling the JExtract tool for TargetA, it correctly adds '--depends-on' for TargetB.
I would assume that API in TargetA that uses types from TargetB could now be exposed to java, but it appears that they are stripped - just like when there were no dependency on TargetB.
Is this supposed to work like I expect, or am I misunderstanding the role of '--depends-on'?