mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
05e0e70f2a
Signed-off-by: denis0001-dev <denis0001.dev@ya.ru> Made-with: Cursor
33 lines
2.0 KiB
Properties
33 lines
2.0 KiB
Properties
# Project-wide Gradle settings.
|
||
# IDE (e.g. Android Studio) users:
|
||
# Gradle settings configured through the IDE *will override*
|
||
# any settings specified in this file.
|
||
# For more details on how to configure your build environment visit
|
||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||
# Specifies the JVM arguments used for the daemon process.
|
||
# The setting is particularly useful for tweaking memory settings.
|
||
# If the Gradle client JVM crashes before the daemon starts (SIGBUS in CodeHeap::allocate), prefer
|
||
# Android Studio’s JBR: export GRADLE_JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"
|
||
# (or leave JAVA_HOME unset on macOS: gradlew picks that path automatically). Otherwise use another JDK 21+.
|
||
# (see gradlew). Disabling class sharing can also help: add -Xshare:off below.
|
||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 -Xshare:off
|
||
# When configured, Gradle will run in incubating parallel mode.
|
||
# This option should only be used with decoupled projects. For more details, visit
|
||
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
|
||
# org.gradle.parallel=true
|
||
# AndroidX package structure to make it clearer which packages are bundled with the
|
||
# Android operating system, and which are packaged with your app's APK
|
||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||
android.useAndroidX=true
|
||
# Kotlin code style for this project: "official" or "obsolete":
|
||
kotlin.code.style=official
|
||
# Enables namespacing of each library's R class so that its R class includes only the
|
||
# resources declared in the library itself and none from the library's dependencies,
|
||
# thereby reducing the size of the R class for that library
|
||
android.nonTransitiveRClass=true
|
||
android.uniquePackageNames=false
|
||
android.dependency.useConstraints=true
|
||
android.r8.strictFullModeForKeepRules=false
|
||
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
|
||
# Configuration cache can surface noisy IDE/sync issues on some setups; turn on when stable.
|
||
org.gradle.configuration-cache=false |