feat: Migrate to Room 3.0 and update related documentation and tracks#4865
Merged
jamesarich merged 13 commits intomainfrom Mar 20, 2026
Merged
feat: Migrate to Room 3.0 and update related documentation and tracks#4865jamesarich merged 13 commits intomainfrom
jamesarich merged 13 commits intomainfrom
Conversation
…erface_kmp_20260320'
…d update KMP status
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4865 +/- ##
=======================================
Coverage 10.78% 10.78%
=======================================
Files 550 550
Lines 18198 18161 -37
Branches 2718 2714 -4
=======================================
- Hits 1962 1959 -3
+ Misses 16037 16002 -35
- Partials 199 200 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request completes the migration of the project’s database infrastructure to Room 3, enabling full Kotlin Multiplatform (KMP) support for Android, Desktop, and iOS. It also documents and archives two major code extraction tracks: moving
DatabaseManagerandRadioInterfaceServicelogic intocommonMainfor true multiplatform parity. Key changes include updating dependencies and build logic, refactoring tests, and adding detailed documentation and implementation plans for these architectural improvements.Room 3 Migration and KMP Database Modernization
androidx.roomtoandroidx.room3throughout the codebase, including test files, to support Room 3 and KMP features. [1] [2] [3] [4] [5]AndroidRoomConventionPlugin.ktto use the new Room 3 plugin and best practices, ensuring compatibility with multiplatform targets.androidx.datastore.preferences,okio) tocore/database/build.gradle.ktsfor multiplatform file and preferences management.Documentation and Track Archiving
commonMainand achieving platform parity. [1] [2] [3] [4] [5] [6] [7] [8]Project and Tech Stack Updates
Summary of Most Important Changes
Room 3 Migration (KMP Support)
androidx.room3), enabling multiplatform database support and consistent behavior across Android, Desktop, and iOS. [1] [2] [3] [4] [5]Track Documentation and Architecture Improvements
DatabaseManagerandRadioInterfaceServicelogic tocommonMain, ensuring feature parity and unified architecture across all targets. [1] [2] [3] [4] [5] [6] [7] [8]Project Documentation