Skip to content

Commit 440e25d

Browse files
committed
feat: enable opt outs in helloworld template
1 parent e895962 commit 440e25d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

private/helloworld/android/gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ reactNativeArchitectures=arm64-v8a
1111
newArchEnabled=true
1212
hermesEnabled=true
1313
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

Comments
 (0)