BlueprintCore.dll is now approaching 7MB. Breaking it into different DLLs is of limited use since individual portions would still be large (>2MB for Configurators and >2MB for References).
ILStrip can be used to significantly reduce the size of the resulting APK but it needs a bit of work to setup.
For reference it reduced the size of BlueprintCoreTutorial.dll from 10MB to 380KB.
BlueprintCore.dll is now approaching 7MB. Breaking it into different DLLs is of limited use since individual portions would still be large (>2MB for Configurators and >2MB for References).
ILStrip can be used to significantly reduce the size of the resulting APK but it needs a bit of work to setup.
For reference it reduced the size of BlueprintCoreTutorial.dll from 10MB to 380KB.