yuzu-fork/src/android/gradle.properties

17 lines
797 B
Properties
Raw Normal View History

2023-05-31 04:50:09 +01:00
# SPDX-FileCopyrightText: 2023 yuzu Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
2022-12-18 07:25:46 +00:00
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
2023-03-06 07:01:37 +00:00
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
android.useAndroidX=true
2023-03-06 07:01:37 +00:00
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
2023-05-04 09:07:44 +01:00
android.defaults.buildfeatures.buildconfig=true