I have have created and populated a Room database. What I would like to do is to export the database and include it in an Android library module, along with the supporting DTO's, so that it can be consumed by an app.
Is this possible and if so, how can it be achieved?