Created
July 22, 2020 19:27
-
-
Save niharika2810/492488ab267b19d406900885f08cd9d0 to your computer and use it in GitHub Desktop.
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
org.gradle.daemon=true | |
org.gradle.parallel=true | |
org.gradle.configureondemand=true | |
android.enableBuildCache=true | |
org.gradle.jvmargs=-Xmx3072m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | |
org.gradle.caching= true | |
android.useAndroidX=true | |
android.enableJetifier=true | |
kapt.incremental.apt=true | |
kapt.use.worker.api=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment