Hi, has anybody had success with using Room Automi...
# multiplatform
j
Hi, has anybody had success with using Room Automigrations on iOS? I'm always getting a "[ksp] Cannot create auto migrations when exportSchema is false", although i have configured a schemaDirectory using room {} and/or ksp {} configurations. Cannot find a bug report either..
Ok so interestingly i had to actually set exportSchema to true for iOS Build to work. This is in the @ Database annotation. Was not requried for android, though...
👀 1
gratitude thank you 1