mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +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
|
@ -17,13 +17,6 @@ plugins {
|
|||
alias(libs.plugins.whetstone)
|
||||
}
|
||||
|
||||
whetstone {
|
||||
addOns {
|
||||
compose.set(true)
|
||||
workManager.set(true)
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "dev.msfjarvis.claw.android"
|
||||
defaultConfig { applicationId = "dev.msfjarvis.claw.android" }
|
||||
|
@ -43,6 +36,13 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
whetstone {
|
||||
addOns {
|
||||
compose.set(true)
|
||||
workManager.set(true)
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
implementation(platform(libs.okhttp.bom))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue