Investigate & exclude unnecessary dependencies from the build #3751
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.
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).
The text was updated successfully, but these errors were encountered: