-
Notifications
You must be signed in to change notification settings - Fork 119
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
Upgrade build to support shared multiplatform Kotlin libs #2181
Conversation
bc8bc4c
to
0b66e9d
Compare
@shobhitagarwal1612 PTAL? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2181 +/- ##
============================================
+ Coverage 52.72% 52.86% +0.13%
- Complexity 1204 1214 +10
============================================
Files 314 314
Lines 6101 6102 +1
Branches 636 635 -1
============================================
+ Hits 3217 3226 +9
+ Misses 2539 2532 -7
+ Partials 345 344 -1 ☔ View full report in Codecov by Sentry. |
sourceSets { | ||
main.java.srcDirs += ['build/generated/source/kapt/devDebug'] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For context, we added the hilt generated classes for fixing our codecov plugin. In a separate PR, we can check whether it is fixed with updated version of Hilt or not. If yes, then we can get rid of this workaround.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! LGTM
Towards #2049
Min required changes:
@Deprecated
on deprecated overrides@shobhitagarwal1612 @rfontanarosa @scolsen @justinkimtang FYI