summaryrefslogtreecommitdiff
path: root/src/android/gradle.properties
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-03-06 02:01:37 -0500
committerGravatar bunnei2023-06-03 00:05:34 -0700
commit834d53fbbfcaef45172f6f4dc57c7c41815ba071 (patch)
tree012cfea54244b4e7ce840b99c8a45e20d720f3a2 /src/android/gradle.properties
parentandroid: Upgrade java version to 11 (diff)
downloadyuzu-834d53fbbfcaef45172f6f4dc57c7c41815ba071.tar.gz
yuzu-834d53fbbfcaef45172f6f4dc57c7c41815ba071.tar.xz
yuzu-834d53fbbfcaef45172f6f4dc57c7c41815ba071.zip
android: Enable Kotlin support
Diffstat (limited to 'src/android/gradle.properties')
-rw-r--r--src/android/gradle.properties8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties
index 8de505811..885e2af85 100644
--- a/src/android/gradle.properties
+++ b/src/android/gradle.properties
@@ -8,8 +8,6 @@
8# The setting is particularly useful for tweaking memory settings. 8# The setting is particularly useful for tweaking memory settings.
9android.enableJetifier=true 9android.enableJetifier=true
10android.useAndroidX=true 10android.useAndroidX=true
11org.gradle.jvmargs=-Xmx1536m 11org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
12# When configured, Gradle will run in incubating parallel mode. 12# Kotlin code style for this project: "official" or "obsolete":
13# This option should only be used with decoupled projects. More details, visit 13kotlin.code.style=official
14# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
15# org.gradle.parallel=true