1org.gradle.parallel=true 2org.gradle.daemon=true 3org.gradle.jvmargs=-Xmx9216m -XX:MaxMetaspaceSize=512m 4org.gradle.configureondemand=true 5 6# Use this property to specify which architecture you want to build. 7# You can also override it from the CLI using 8# ./gradlew <task> -PreactNativeArchitectures=x86_64 9reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 10 11android.useAndroidX=true 12android.enableJetifier=true 13 14# Remove this workaround when upgrading to [email protected] 15kotlin.jvm.target.validation.mode=warning 16