Skip to content

Commit ee9e826

Browse files
committed
feat: add generated source directory for new architecture in build.gradle
1 parent df04f5e commit ee9e826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ android {
4646
main {
4747
if (IS_NEW_ARCHITECTURE_ENABLED) {
4848
java.srcDirs += ["src/newarch/java"]
49+
java.srcDirs += ["$buildDir/generated/source/codegen/java"]
4950
} else {
5051
java.srcDirs += ["src/oldarch/java"]
5152
}

0 commit comments

Comments
 (0)