GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
90 stars 19 forks source link

Fix maven dependency resolution issue #60

Closed m4gr3d closed 9 months ago

m4gr3d commented 9 months ago

The issue is caused because the 'common' module was not exposed at the maven layer. This has been resolved by removing the 'common' module as an Android library from the project, selecting instead to include its source files directly into the modules that depended on it.