Our main android app includes MvxBindingAttributes.xml to provide binding syntax to the android axml. The issue I've run into, is when writing a plugin (dependent android assembly) which also has xaml definitions (the assembly has it's own MvxBindingAttributes.xml defined as a resource)
Now when compiling the app, compile errors moan that there are duplicate definitions for binding attributes. Is there guidance on what pattern to follow to allow binding attributes to be used in the main app as well as the referenced android plugin code?