mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
refactor(di): migrate to Whetstone ApplicationScope
This commit is contained in:
parent
52562afbd1
commit
4a87682b68
13 changed files with 33 additions and 18 deletions
|
@ -13,6 +13,14 @@ plugins {
|
|||
id("dev.msfjarvis.claw.kotlin-kapt")
|
||||
id("dev.msfjarvis.claw.versioning-plugin")
|
||||
alias(libs.plugins.anvil)
|
||||
alias(libs.plugins.whetstone)
|
||||
}
|
||||
|
||||
whetstone {
|
||||
addOns {
|
||||
compose.set(true)
|
||||
workManager.set(true)
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue