SyntaxFix
Write A Post
Hire A Developer
Questions
You can also increase memory allocation and heap size by adding this to your gradle.properties file:
gradle.properties
org.gradle.jvmargs=-Xmx2048M -XX\:MaxHeapSize\=32g
It doesn't have to be 2048M and 32g, make it as big as you want.