diff options
| author | 2023-03-06 02:01:37 -0500 | |
|---|---|---|
| committer | 2023-06-03 00:05:34 -0700 | |
| commit | 834d53fbbfcaef45172f6f4dc57c7c41815ba071 (patch) | |
| tree | 012cfea54244b4e7ce840b99c8a45e20d720f3a2 /src/android/gradle.properties | |
| parent | android: Upgrade java version to 11 (diff) | |
| download | yuzu-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.properties | 8 |
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. |
| 9 | android.enableJetifier=true | 9 | android.enableJetifier=true |
| 10 | android.useAndroidX=true | 10 | android.useAndroidX=true |
| 11 | org.gradle.jvmargs=-Xmx1536m | 11 | org.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 | 13 | kotlin.code.style=official |
| 14 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
| 15 | # org.gradle.parallel=true | ||