mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
feat(build): add module-graph-assert plugin
This commit is contained in:
parent
68db3dcda6
commit
0a1913e056
3 changed files with 13 additions and 0 deletions
|
@ -16,6 +16,7 @@ plugins {
|
|||
id("dev.msfjarvis.claw.sentry")
|
||||
id("dev.msfjarvis.claw.versioning-plugin")
|
||||
alias(libs.plugins.anvil)
|
||||
alias(libs.plugins.modulegraphassert)
|
||||
alias(libs.plugins.whetstone)
|
||||
}
|
||||
|
||||
|
@ -39,6 +40,12 @@ android {
|
|||
packaging { jniLibs { useLegacyPackaging = true } }
|
||||
}
|
||||
|
||||
moduleGraphAssert {
|
||||
assertOnAnyBuild = true
|
||||
maxHeight = 4
|
||||
restricted = arrayOf(":core -X> :.*")
|
||||
}
|
||||
|
||||
whetstone {
|
||||
addOns {
|
||||
compose.set(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue