Files
Meshtastic-Android/core
James Rich a9d76325bd feat(common): gate a wasmJs target behind -Pmeshtastic.web=true
Same pattern as core/ble: absent from the configuration graph by default (repo's
org.gradle.isolated-projects=true forbids a second project registering wasmJs without
this gate, per the earlier finding on the web-target branch). Unlike core/ble, core:common
has no native-only dependency, so no source-set hierarchy split is needed here -- just the
target plus a wasmJsMain actual for each existing expect (next commit).
2026-08-30 18:28:40 -05:00
..