Hello. Here's an interesting one. I created a KMM ...
# multiplatform
a
Hello. Here's an interesting one. I created a KMM shared module in my existing Android project, I added a simple class, made a graphql query and that's about it. Now, if I have an older version of the app installed on my device, and then update to this newer one which has KMM support ... i get this
Room cannot verify the data integrity. Looks like you've changed schema but forgot to update the version number. You can simply fix this by increasing the version number.
I checked the changes, I never touched any o the entities nor the database. Why would the existing database go berzerk for no apparent reason ?! Dependencies I used, in case it matters in any way:
Copy code
api("com.apollographql.apollo3:apollo-runtime:3.7.4")

api("com.badoo.reaktive:reaktive:$reaktiveVersion")
api("com.badoo.reaktive:coroutines-interop:$reaktiveVersion")

implementation("com.russhwolf:multiplatform-settings-no-arg:$multiplatformSettings")