mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
10 lines
441 B
Markdown
10 lines
441 B
Markdown
---
|
|
applyTo: "build-logic/**/*.kt"
|
|
---
|
|
|
|
# Build-Logic Convention Plugin Rules
|
|
|
|
- Prefer lazy Gradle configuration (`configureEach`, `withPlugin`, provider APIs).
|
|
- Avoid `afterEvaluate` unless there is no viable lazy alternative.
|
|
- Check `gradle/libs.versions.toml` for version catalog aliases before adding new ones.
|
|
- Convention plugins: `meshtastic.kmp.feature`, `meshtastic.kmp.library`, `meshtastic.kmp.jvm.android`, `meshtastic.koin`.
|