Hi guys! Not sure if the question is 100% related ...
# multiplatform
y
Hi guys! Not sure if the question is 100% related to the topic I'm playing with multiplatform (desktop app). It has a database (Room). During the development process sometimes it is needed (if I changed the db scheme for example) to "uninstall" the current app, and do a "clean" install since the db schema changed and I don't need to deal with migration during development. So, is there a simple way to "uninstall" a current version of my desktop app? I found this answer to clean the database, but I feel there is a simpler way to do a "clean run/install".
k
not sure, but personally I would have taken the migration route