blob: c4aa67585efb75824ec47fd378acfd814110dfb7 [file] [log] [blame]
Roman Elizarov0bef2b92019-09-05 10:13:15 +03001#
Vsevolod Tolstopyatov6d1a6e32020-02-18 15:28:00 +03002# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Roman Elizarov0bef2b92019-09-05 10:13:15 +03003#
4
Roman Elizarovd1f50a32017-11-09 12:09:06 +03005# Project-wide Gradle settings.
6
7# IDE (e.g. Android Studio) users:
8# Gradle settings configured through the IDE *will override*
9# any settings specified in this file.
10
11# For more details on how to configure your build environment visit
12# http://www.gradle.org/docs/current/userguide/build_environment.html
13
14# Specifies the JVM arguments used for the daemon process.
15# The setting is particularly useful for tweaking memory settings.
16org.gradle.jvmargs=-Xmx1536m
17
18# When configured, Gradle will run in incubating parallel mode.
19# This option should only be used with decoupled projects. More details, visit
20# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
21# org.gradle.parallel=true
22
Vsevolod Tolstopyatov2d0d9aa2020-08-13 15:34:49 +030023kotlin_version=1.4.0
Roman Elizarovc35ce7e2020-11-03 23:18:14 +030024coroutines_version=1.4.1
Roman Elizarova1a37bc2017-11-09 12:19:37 +030025
Roman Elizarov0bef2b92019-09-05 10:13:15 +030026android.useAndroidX=true
27android.enableJetifier=true
28