Created
June 12, 2020 01:08
-
-
Save indyfromoz/45913578d961a89576dd9e5f3f520e07 to your computer and use it in GitHub Desktop.
Gradle Properties file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put this in gradle/gradle.properties | |
org.gradle.parallel=true | |
org.gradle.daemon=true | |
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment