mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
chore(build): reorder DSL declarations
This commit is contained in:
parent
1d32ec810f
commit
bf104a1d85
5 changed files with 28 additions and 26 deletions
|
@ -12,10 +12,10 @@ plugins {
|
|||
alias(libs.plugins.whetstone)
|
||||
}
|
||||
|
||||
anvil { generateDaggerFactories.set(true) }
|
||||
|
||||
android { namespace = "dev.msfjarvis.claw.database" }
|
||||
|
||||
anvil { generateDaggerFactories.set(true) }
|
||||
|
||||
sqldelight {
|
||||
databases {
|
||||
create("LobstersDatabase") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue