gradle.properties 869 B

1234567891011121314151617
  1. ## For more details on how to configure your build environment visit
  2. # http://www.gradle.org/docs/current/userguide/build_environment.html
  3. #
  4. # Specifies the JVM arguments used for the daemon process.
  5. # The setting is particularly useful for tweaking memory settings.
  6. # Default value: -Xmx1024m -XX:MaxPermSize=256m
  7. # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  8. #
  9. # When configured, Gradle will run in incubating parallel mode.
  10. # This option should only be used with decoupled projects. More details, visit
  11. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  12. # org.gradle.parallel=true
  13. #Tue Aug 08 14:00:14 CST 2023
  14. kotlin.code.style=official
  15. org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
  16. android.useAndroidX=true
  17. android.enableJetifier=true