Android Build Optimisations #5868
vaslabs
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion is to exchange ideas and discuss on starting to optimise the Android build.
Basically, some things in the build process are over "provisioned" (for lack of a better word) , there might be excessive things packaged in the APK or things that are using CLI tools can be optimised as jvm workers (e.g. like the KSP2)
A few things that come to mind at the moment:
androidPackageableNativeDeps
, it needs some knowledge of mill + android)Beta Was this translation helpful? Give feedback.
All reactions