Meshtastic-Android/app/src/main/java/com/geeksville
Mike Cumings 5546e74b46 Extract RadioInterfaceService companion object functions
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.
2022-05-20 14:27:39 -07:00
..
mesh Extract RadioInterfaceService companion object functions 2022-05-20 14:27:39 -07:00