1*32afb93cSXin Li# Project-wide Gradle settings. 2*32afb93cSXin Li# IDE (e.g. Android Studio) users: 3*32afb93cSXin Li# Gradle settings configured through the IDE *will override* 4*32afb93cSXin Li# any settings specified in this file. 5*32afb93cSXin Li# For more details on how to configure your build environment visit 6*32afb93cSXin Li# http://www.gradle.org/docs/current/userguide/build_environment.html 7*32afb93cSXin Li# Specifies the JVM arguments used for the daemon process. 8*32afb93cSXin Li# The setting is particularly useful for tweaking memory settings. 9*32afb93cSXin Liorg.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 10*32afb93cSXin Li# When configured, Gradle will run in incubating parallel mode. 11*32afb93cSXin Li# This option should only be used with decoupled projects. More details, visit 12*32afb93cSXin Li# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 13*32afb93cSXin Li# org.gradle.parallel=true 14*32afb93cSXin Li# AndroidX package structure to make it clearer which packages are bundled with the 15*32afb93cSXin Li# Android operating system, and which are packaged with your app"s APK 16*32afb93cSXin Li# https://developer.android.com/topic/libraries/support-library/androidx-rn 17*32afb93cSXin Liandroid.useAndroidX=true 18*32afb93cSXin Li# Kotlin code style for this project: "official" or "obsolete": 19*32afb93cSXin Likotlin.code.style=official