Skip to content

Commit 775d99a

Browse files
authored
feat: enable opt outs for AGP v9 (#224)
1 parent a34bd7e commit 775d99a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

template/android/gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ hermesEnabled=true
4242
# This allows your app to draw behind system bars for an immersive UI.
4343
# Note: Only works with ReactActivity and should not be used with custom Activity.
4444
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

Comments
 (0)