mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
5546e74b46
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.