There was an error while loading. Please reload this page.
1 parent c9bf6a7 commit 0fabceaCopy full SHA for 0fabcea
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