refactor(build): rename entry modules and remove DESKTOP_ONLY mode (#5476)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich
2026-05-18 07:44:12 -05:00
committed by GitHub
parent d24fc9ac92
commit f4b6b02ace
215 changed files with 1454 additions and 539 deletions
+1 -7
View File
@@ -22,13 +22,7 @@ plugins {
}
kotlin {
jvm()
android {
namespace = "org.meshtastic.core.datastore"
androidResources.enable = false
withHostTest {}
}
androidLibrary { withHostTest {} }
sourceSets {
commonMain.dependencies {