1# 2# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. 3# 4 5# 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 23kotlin_version=1.4.0 24coroutines_version=1.4.1 25 26android.useAndroidX=true 27android.enableJetifier=true 28 29