In Unity, custom gradle files are created in the Plugin/Android folder. In react-native, there are files divided into android/build.gradle and android/app/build.gradle, but in unity, the two files are in the same folder. I need to copy external files to rootDir and projectDir, is there a way?