You can have a feature module's database depend on...
# squarelibraries
d
You can have a feature module's database depend on the schemas created in other modules: https://cashapp.github.io/sqldelight/2.0.0-alpha05/multiplatform_sqlite/gradle/#schema-dependencies
r
Seems like it's available from 2.0.0
So for example, if I am having s One shared database, that shared database could depends on multiple feature modules schema right?
h
AFAIK this should work with 1.5.5 too