mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-20 11:49:32 -04:00
In preparation for replacing the `InterfaceFactory` with an injectable form we need to convert static methods that call `InterfaceFactory` into non-static, injected forms. Also: - Updated kotlin `-Xopt-in` to `-opt-in` to remove build time warnings. - Removed some unused `RadioInterfaceService` code.