We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34bd7e commit 775d99aCopy full SHA for 775d99a
1 file changed
template/android/gradle.properties
@@ -42,3 +42,8 @@ hermesEnabled=true
42
# This allows your app to draw behind system bars for an immersive UI.
43
# Note: Only works with ReactActivity and should not be used with custom Activity.
44
edgeToEdgeEnabled=true
45
+
46
+# Opt out of built-in kotlin and new DSL behavior that ships with AGP 9.
47
+# Starting from AGP 10.x these opt outs will be removed.
48
+android.builtInKotlin=false
49
+android.newDsl=false
0 commit comments