gradle.properties 911 B

1234567891011121314151617181920
  1. # SPDX-FileCopyrightText: 2023 yuzu Emulator Project
  2. # SPDX-License-Identifier: GPL-3.0-or-later
  3. # Project-wide Gradle settings.
  4. # IDE (e.g. Android Studio) users:
  5. # Gradle settings configured through the IDE *will override*
  6. # any settings specified in this file.
  7. # For more details on how to configure your build environment visit
  8. # http://www.gradle.org/docs/current/userguide/build_environment.html
  9. # Specifies the JVM arguments used for the daemon process.
  10. # The setting is particularly useful for tweaking memory settings.
  11. org.gradle.jvmargs=-Xms512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  12. android.useAndroidX=true
  13. # Kotlin code style for this project: "official" or "obsolete":
  14. kotlin.code.style=official
  15. kotlin.parallel.tasks.in.project=true
  16. android.defaults.buildfeatures.buildconfig=true
  17. # Android Gradle plugin 8.0.2
  18. android.suppressUnsupportedCompileSdk=34