org.gradle.parallel=true org.gradle.daemon=true org.gradle.jvmargs=-Xmx9216m -XX:MaxMetaspaceSize=512m org.gradle.configureondemand=true # Use this property to specify which architecture you want to build. # You can also override it from the CLI using # ./gradlew -PreactNativeArchitectures=x86_64 reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 android.useAndroidX=true android.enableJetifier=true # Remove this workaround when upgrading to react-native@0.72.1 kotlin.jvm.target.validation.mode=warning