-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: refactor the Kotlin wrapper and hide the generated uniffi api [WPB-14473] #777
base: main
Are you sure you want to change the base?
Conversation
The Kotlin wrapper was at some point imported from the Kalium but for us it makes more sense to align all our wrapper to have a similar structure.
By moving the code into its own library we can control the visibility by importing it into our public facing library as an implementation dependency. This makes our wrapper API the only visible API to the library consumer.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #777 +/- ##
==========================================
+ Coverage 71.79% 71.81% +0.01%
==========================================
Files 107 107
Lines 19819 19840 +21
==========================================
+ Hits 14230 14249 +19
- Misses 5589 5591 +2 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
What's new in this PR
PR Submission Checklist for internal contributors
SQPIT-764
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.