Skip to content

Conversation

@jamesarich
Copy link
Collaborator

Switches build-logic dependencies from implementation to compileOnly for faster builds, as these plugins are not needed at runtime. This change required explicitly declaring the plugins in the root build.gradle.kts.

Additionally, Firebase Performance monitoring has been removed from the project. This includes removing the plugin, library dependencies, and the related collection logic. A DebugTree for Timber has been added in its place for local debugging.

…irebase Performance

Switches `build-logic` dependencies from `implementation` to `compileOnly` for faster builds, as these plugins are not needed at runtime. This change required explicitly declaring the plugins in the root `build.gradle.kts`.

Additionally, Firebase Performance monitoring has been removed from the project. This includes removing the plugin, library dependencies, and the related collection logic. A `DebugTree` for Timber has been added in its place for local debugging.

Signed-off-by: James Rich <[email protected]>
@jamesarich jamesarich requested a review from poliver October 6, 2025 18:13
@github-actions github-actions bot added the bugfix PR tag label Oct 6, 2025
@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.39%. Comparing base (13e2796) to head (9dd71da).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...core/analytics/platform/GooglePlatformAnalytics.kt 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #3357   +/-   ##
=====================================
  Coverage   0.39%   0.39%           
=====================================
  Files        279     280    +1     
  Lines      18170   18154   -16     
  Branches    2208    2206    -2     
=====================================
  Hits          71      71           
+ Misses     18083   18067   -16     
  Partials      16      16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich enabled auto-merge October 6, 2025 18:31
@jamesarich jamesarich added this pull request to the merge queue Oct 6, 2025
Merged via the queue into main with commit cc64abf Oct 6, 2025
6 checks passed
@jamesarich jamesarich deleted the fix/compile-only branch October 6, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants