mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-01 22:19:18 +02:00
11 lines
441 B
Markdown
11 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`.
|