Hi.
I have created a GitHub Xojo Repo that has two projects that share a common module.
I am currently using git from the command line and an older version of Xojo.
My goal hear is that I have several projects that depend on my reusable classes, modules and resources.
Keeping in mind that if I change a module or class it should be reflected in the all projects that ‘reference’ that module, class or resource.
When I ‘include’ a module I believe it should be ‘external’ to the project.
When creating a module you still need a project and that project seems to require an app instance (at least).