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

Investigate & exclude unnecessary dependencies from the build #3751

Open
BenHenning opened this issue Sep 1, 2021 · 0 comments
Open

Investigate & exclude unnecessary dependencies from the build #3751

BenHenning opened this issue Sep 1, 2021 · 0 comments
Labels
enhancement End user-perceivable enhancements. Impact: Low Low perceived user impact (e.g. edge cases). Z-ibt Temporary label for Ben to keep track of issues he's triaged.

Comments

@BenHenning
Copy link
Member

During the development of #3750 we discovered that we can use maven_install to exclude certain dependencies, and by removing kotlin-reflect we can actually reduce the binary size fairly substantially (>500KB). We should look into kotlin-reflect & all other dependencies to figure out how to minimize the files needed in the final AAB we ship to users (this includes considering resources & assets that can also be removed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement End user-perceivable enhancements. Impact: Low Low perceived user impact (e.g. edge cases). Z-ibt Temporary label for Ben to keep track of issues he's triaged.
Projects
Development

No branches or pull requests

3 participants