mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-22 11:45:07 -04:00
docs: publish channels: main api
This commit is contained in:
1 parent
5cb18d7619
commit
1b64ebe6c2
932 files changed
+7439
-7105
No files matched your search
@@ -17,7 +17,7 @@ Repository layout, namespacing conventions, and build system overview.
|
||||
Meshtastic-Android/
|
||||
├── androidApp/ # Android application module
|
||||
│ ├── src/main/ # Shared Android code
|
||||
│ ├── src/google/ # Google Play flavor (Gemini, proprietary)
|
||||
│ ├── src/google/ # Google Play flavor (proprietary Google integrations — Gemini, Maps, Play services)
|
||||
│ └── src/fdroid/ # F-Droid flavor (FOSS-only)
|
||||
├── desktopApp/ # Desktop JVM application
|
||||
├── feature/ # Feature modules (KMP)
|
||||
@@ -93,9 +93,8 @@ All build files use Kotlin DSL (`.gradle.kts`). Configuration:
|
||||
|
||||
### Convention Plugins
|
||||
|
||||
Located in `build-logic/convention/src/main/kotlin/`, registered in
|
||||
`build-logic/convention/build.gradle.kts`. There are 24 plugin ids; these are the ones a module
|
||||
build applies most often:
|
||||
Located in `build-logic/convention/src/main/kotlin/`. The full set is registered in
|
||||
`build-logic/convention/build.gradle.kts`; these are the ones a module build applies most often:
|
||||
|
||||
Plugin | Purpose |
|
||||
--------|---------|
|
||||
@@ -158,9 +157,6 @@ Key dependencies in `gradle/libs.versions.toml`:
|
||||
Networking | Ktor |
|
||||
Markdown | multiplatform-markdown-renderer |
|
||||
Testing | kotlin-test, compose-ui-test |
|
||||
|
||||
---
|
||||
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in new issue
Block a user