We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcde39e commit 2b2cdb3Copy full SHA for 2b2cdb3
gradle.properties
@@ -19,4 +19,8 @@ android.useAndroidX=true
19
android.enableJetifier=false
20
android.disableAutomaticComponentCreation=true
21
22
-org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=1g
+org.gradle.jvmargs=-Xmx4g \
23
+ --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
24
+ --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
25
+ --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
26
+
0 commit comments