eygraber
06/02/2024, 11:33 PMIf there is abut I have that task present without afile present, a new.dbtask will be added to the gradle projectverifySqlDelightMigration
.db file (and without any .sqm files for that matter). I also haven't set schemaOutputDirectory in Gradle.eygraber
06/02/2024, 11:34 PMsqldelight {
databases {
create("MyDb") {
packageName = "com.me.db"
}
}
}reline
06/03/2024, 9:40 PM