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