Any best practices for using the Multi-Module feature in SqlDelight. The idea is we have multiple apps that share some parts of the our business and data layer:
1. Where would you place the sqm files. How would you deal with different schema versions because you have different apps?
2. Can we have the different modules in separate repos? How would this affect the schema version? Wouldn't be better to manage the migration outside the module in this case?