We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e895962 commit 440e25dCopy full SHA for 440e25d
1 file changed
private/helloworld/android/gradle.properties
@@ -11,3 +11,8 @@ reactNativeArchitectures=arm64-v8a
11
newArchEnabled=true
12
hermesEnabled=true
13
edgeToEdgeEnabled=false
14
+
15
+# Opt out of built-in kotlin and new DSL behavior that ships with AGP 9.
16
+# Starting from AGP 10.x these opt outs will be removed.
17
+android.builtInKotlin=false
18
+android.newDsl=false
0 commit comments