chore: Upgrade to Room 3.0 and refactor related components

This commit is contained in:
James Rich 2026-03-20 15:25:32 -05:00
parent 38591f4c0b
commit 785b698542
31 changed files with 121 additions and 415 deletions

View file

@ -6,3 +6,9 @@ This file tracks all major tracks for the project. Each track has its own detail
- [x] **Track: Migrate to room3, prepare to support all targets (Android, Desktop, iOS) with bundled SQLite driver and full idiomatic migration.**
*Link: [./tracks/migrate_room3_20260320/](./tracks/migrate_room3_20260320/)*
- [x] **Track: Extract DatabaseManager to KMP**
*Link: [./tracks/extract_database_manager_kmp_20260320/](./tracks/extract_database_manager_kmp_20260320/)*
- [ ] **Track: Extract RadioInterfaceService to KMP**
*Link: [./tracks/extract_radio_interface_kmp_20260320/](./tracks/extract_radio_interface_kmp_20260320/)*