I'm migrating an old app that uses room 2.6.1 to KMP (room 2.7.0.alpha10).
In this verison RoomDatabase does not have clearAllTables method.
How can I delete all the entries in the tables (a part from deleting them manually)?
a
Altynbek Nurtaza
10/29/2024, 11:50 AM
you could find the implementation of the android target's clearAllTables, and copy into other source sets. you will have to hard-code table names.