Implement basic calls

Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
Made-with: Cursor
This commit is contained in:
2026-04-23 16:49:40 +03:00
Unverified
parent ef840fbffe
commit 05e0e70f2a
28 changed files with 2002 additions and 58 deletions
+7 -2
View File
@@ -6,7 +6,11 @@
# 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.
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
# If the Gradle client JVM crashes before the daemon starts (SIGBUS in CodeHeap::allocate), prefer
# Android Studios 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
@@ -25,4 +29,5 @@ android.uniquePackageNames=false
android.dependency.useConstraints=true
android.r8.strictFullModeForKeepRules=false
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
org.gradle.configuration-cache=true
# Configuration cache can surface noisy IDE/sync issues on some setups; turn on when stable.
org.gradle.configuration-cache=false