Is there some nice repo out there I can have a look at that has SQLDelight migrations correctly setup and working for a KMM project? I’ve been reading this
official docs and setup my project with the same simple setup without getting it to work. Problem is that my migration file (.sqm) doesn’t seem to recognise the tables defined in my .sq file. So when running the generation tasks I keep an error message like:
“No table found with name <tablename>”
Been scratching my head over this for half a day now so if someone could point me to a working solution I could have a look at that would be great.