That's what I was asking. Where are they supposed to reside? I was going off of the sample here,
https://github.com/square/sqldelight/tree/master/sample/common/src but it is still using 1.0.2 Is the location of .sq files dependent on sqldelight version? My sqldelight block looks like this
sqldelight {
MyDb {
packageName = "com.example.foo"
sourceFolders = ["src/main/sqldelight"]
}
}
My .sq files are under src/main/sqldelight/com/example/foo