mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(core:service): Move Android Service implementations to core:service
This commit is contained in:
parent
7593d2b0a4
commit
965def06b2
25 changed files with 57 additions and 50 deletions
|
|
@ -4,5 +4,5 @@ This file tracks all major tracks for the project. Each track has its own detail
|
|||
|
||||
---
|
||||
|
||||
- [ ] **Track: Extract service/worker/radio files from `app` to `core:service/androidMain` and `core:network/androidMain`**
|
||||
- [~] **Track: Extract service/worker/radio files from `app` to `core:service/androidMain` and `core:network/androidMain`**
|
||||
*Link: [./tracks/extract_services_20260317/](./tracks/extract_services_20260317/)*
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
## Phase 2: Extraction to `core:service`
|
||||
- [x] Task: Setup `core:service` module for Android and Common targets (if not already fully configured) [a114084]
|
||||
- [ ] Task: Move Android `Service` implementations to `core:service/androidMain`
|
||||
- [~] Task: Move Android `Service` implementations to `core:service/androidMain`
|
||||
- [ ] Move the files
|
||||
- [ ] Update imports and Koin injections
|
||||
- [ ] Task: Abstract shared service logic into `core:service/commonMain`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue