chore(deps): update sqldelight to v2.0.0-rc01

This commit is contained in:
Harsh Shandilya 2023-05-31 04:37:29 +05:30
parent 57b5f33720
commit a7ab941543
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,6 @@ sqldelight {
databases {
create("LobstersDatabase") {
packageName.set("dev.msfjarvis.claw.database")
sourceFolders.set(listOf("sqldelight"))
schemaOutputDirectory.set(file("src/main/sqldelight/databases"))
verifyMigrations.set(true)
}