11767c5feSopenharmony_ci# Project-wide Gradle settings. 21767c5feSopenharmony_ci# IDE (e.g. Android Studio) users: 31767c5feSopenharmony_ci# Gradle settings configured through the IDE *will override* 41767c5feSopenharmony_ci# any settings specified in this file. 51767c5feSopenharmony_ci# For more details on how to configure your build environment visit 61767c5feSopenharmony_ci# http://www.gradle.org/docs/current/userguide/build_environment.html 71767c5feSopenharmony_ci# Specifies the JVM arguments used for the daemon process. 81767c5feSopenharmony_ci# The setting is particularly useful for tweaking memory settings. 91767c5feSopenharmony_ciorg.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 101767c5feSopenharmony_ci# When configured, Gradle will run in incubating parallel mode. 111767c5feSopenharmony_ci# This option should only be used with decoupled projects. More details, visit 121767c5feSopenharmony_ci# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 131767c5feSopenharmony_ci# org.gradle.parallel=true 141767c5feSopenharmony_ci# AndroidX package structure to make it clearer which packages are bundled with the 151767c5feSopenharmony_ci# Android operating system, and which are packaged with your app's APK 161767c5feSopenharmony_ci# https://developer.android.com/topic/libraries/support-library/androidx-rn 171767c5feSopenharmony_ciandroid.useAndroidX=true 181767c5feSopenharmony_ci# Enables namespacing of each library's R class so that its R class includes only the 191767c5feSopenharmony_ci# resources declared in the library itself and none from the library's dependencies, 201767c5feSopenharmony_ci# thereby reducing the size of the R class for that library 211767c5feSopenharmony_ciandroid.nonTransitiveRClass=true 22