For sqldelight, the models are generated alongside...
# squarelibraries
s
For sqldelight, the models are generated alongside the database code. I like to put my database code in an edge / leaf module so that it can’t be accessed everywhere in my application, but the modules typically need to be accessed in more layers of my application. Are there any sqldelight features that would help me with this, like generating the models in a separate module? Or is the only way that I can do this to create duplicate data classes and transform the classes into the new classes?