super-app-showcase
super-app-showcase copied to clipboard
fix: resolve junctions on Windows
Summary
Closes #109
This is partial solution to the problem in #109 - the custom gradle script is now able to resolve symlinks (junctions) on Windows correctly when resolving react native related gradle scripts.
Despite this fix, building on Windows is still blocked by https://github.com/gradle/gradle/issues/28974 and it's not possible to revert to Gradle 8.5 (which doesn't have this problem) due to RN constraints
Test plan
- [ ] - builds for android on Windows succesfully