Skip to content
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

[Android] Optimize Gradle build #3335

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

latekvo
Copy link
Contributor

@latekvo latekvo commented Jan 15, 2025

Description

This PR optimises pre-build time of Gesture Handler android, taking it down from ~7s to ~0.6s, a 11x improvement.

  • baseline:
  • optimised:

fixes: #2865

Optimisation of the example app pre-build time will be done in a separate PR,
so far i took it down from 13s to 0.1s (caching & on-demand building).

Test plan

  • Run ./gradlew help --scan to see pre-build performance
  • Build app to see everything still works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Gradle build by declaring output
1 participant