Skip to content

Commit

Permalink
Update build.gradle (#5118)
Browse files Browse the repository at this point in the history
  • Loading branch information
starkej2 committed Apr 5, 2024
1 parent 5628209 commit 918fc32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sqldelight {
MyDatabase {
packageName = "app.cash.sqldelight.mysql.integration"
dialect("app.cash.sqldelight:mysql-dialect:${app.cash.sqldelight.VersionKt.VERSION}")
migrationOutputDirectory = file("build/resources/migrations")
migrationOutputDirectory = layout.buildDirectory.dir("resources/migrations")
migrationOutputFileFormat = ".sql"
}
}
Expand Down

0 comments on commit 918fc32

Please sign in to comment.