mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-16 15:19:36 -04:00
docs: publish channels: main
This commit is contained in:
1 parent
884ca81179
commit
989be16cc7
38 files changed
+128
-108
No files matched your search
@@ -13,7 +13,7 @@ Repository layout, namespacing conventions, and build system overview.
|
||||
|
||||
## Repository Structure
|
||||
|
||||
```
|
||||
```text
|
||||
Meshtastic-Android/
|
||||
├── androidApp/ # Android application module
|
||||
│ ├── src/main/ # Shared Android code
|
||||
@@ -72,7 +72,7 @@ Meshtastic-Android/
|
||||
## Namespacing Convention
|
||||
|
||||
All Kotlin packages follow the pattern:
|
||||
```
|
||||
```text
|
||||
org.meshtastic.{layer}.{module}.{subpackage}
|
||||
```
|
||||
|
||||
@@ -120,7 +120,7 @@ block rather than assuming a plugin does or does not exist.
|
||||
|
||||
### Key Gradle Tasks
|
||||
|
||||
```bash
|
||||
```shell
|
||||
# Compile check across all KMP targets
|
||||
./gradlew kmpSmokeCompile
|
||||
|
||||
|
||||
Reference in new issue
Block a user