refactor(core:service): Move Android Service implementations to core:service

This commit is contained in:
James Rich 2026-03-17 10:57:00 -05:00
parent 7593d2b0a4
commit 965def06b2
25 changed files with 57 additions and 50 deletions

View file

@ -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/)*

View file

@ -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`