File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 5
5
# The setting is particularly useful for tweaking memory settings.
6
6
# Default value: -Xmx1024m -XX:MaxPermSize=256m
7
7
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
8
- #
8
+ org.gradle.jvmargs =-Xmx1536M
9
+
9
10
# When configured, Gradle will run in incubating parallel mode.
10
11
# This option should only be used with decoupled projects. More details, visit
11
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
12
13
# org.gradle.parallel=true
13
- # Wed Dec 30 11:02:34 EST 2020
14
+
14
15
android.enableJetifier =true
15
16
android.useAndroidX =true
16
-
17
- # Line to fix the ''module java.base does not "opens java.io" to unnamed module '' error in Android Studio:
18
- # https://stackoverflow.com/questions/67782975/how-to-fix-the-module-java-base-does-not-opens-java-io-to-unnamed-module
19
- # Probably not needed if using a version of the Android Gradle Plugin compatible with the JDK:
20
- # https://docs.gradle.org/current/userguide/compatibility.html
21
- org.gradle.jvmargs =-Xmx1536M --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
You can’t perform that action at this time.
0 commit comments