2020-11-04 13:26:42 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2020 Shabinder Singh
|
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
#
|
|
|
|
|
2020-12-02 17:25:14 +01:00
|
|
|
## For more details on how to configure your build environment visit
|
2020-07-19 15:01:29 +02:00
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
2020-12-02 17:25:14 +01:00
|
|
|
#
|
2020-07-19 15:01:29 +02:00
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
2020-12-02 17:25:14 +01:00
|
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
|
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
#
|
2020-07-19 15:01:29 +02:00
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
# org.gradle.parallel=true
|
2020-12-02 17:25:14 +01:00
|
|
|
#Wed Dec 02 11:11:59 IST 2020
|
|
|
|
kotlin.code.style=official
|
|
|
|
org.gradle.jvmargs=-Xmx1536M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
2020-07-19 15:01:29 +02:00
|
|
|
android.useAndroidX=true
|
|
|
|
android.enableJetifier=true
|