Skip to content

Commit 7f5d735

Browse files
authored
Update platform_specific_instructions.md
1 parent 538af25 commit 7f5d735

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/dev_guide/platform_specific_instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ android {
3838
}
3939
}
4040
```
41-
### Why is this necessary?
42-
Android apps can encounter a **65k method limit** if you have many dependencies or a large app. Enabling `multiDex` allows your app to split into multiple DEX files, ensuring it can load and execute all required methods without any runtime errors.
4341

4442
For more information on multidex support, you can refer to the Android developer guide on [Configuring Multidex](https://developer.android.com/studio/build/multidex).
4543

0 commit comments

Comments
 (0)