Skip to content

Commit

Permalink
Add workaround for codegened files not being included
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Feb 9, 2023
1 parent 0e6a420 commit d82c80f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ android {

if (!isNewArchitectureEnabled()) {
srcDirs += 'src/paper/java'
} else {
// This should be done by the RN gradle plugin, for some reason it sometimes doesn't work
srcDirs += 'build/generated/source/codegen/java'
}
}
}
Expand Down

0 comments on commit d82c80f

Please sign in to comment.