You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: support configuration caching in cli-platform-android
Directly using Runtime.exec breaks Gradle configuration caching. This change is to use `providers.exec` which supports configuration caching. This is a minimal fix; it's likely possible that more invasive changes could be useful to avoid having to exec these processes at all until their values are needed, but I have not looked into larger structural changes.
* Update packages/cli-platform-android/native_modules.gradle
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
* fix: pass providers into ReactNativeModules
---------
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
0 commit comments