Allow Linked Files in Platform Folders #6417
Unanswered
UweReisewitz
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My usage scenario is the following:
I have 2 implementations of an interface, one for Windows and another for Android, iOS and MacCatalyst. So the Windows implementation resides in Platforms\Windows.
To see the other implementation in a similar way, it would be helpful to put it e.g. in Platforms\Android and link this file into Platforms\iOS and Platforms\MacCatalyst. This would show that there is a specific implementation available on each platform and one would see that 3 platforms share the same code. Unfortunately this is not possible at the moment.
Currently I have found 2 workarounds which I both find wanting:
Beta Was this translation helpful? Give feedback.
All reactions