Use multiple JDKS for different versions of React Native
As the stable release of react native is bumped to 0.73, it brings a lot of changes, most notable of them being new AGP and Java versions (Source) This can cause an issue if your older projects use JDK 11 and the one instantiated with 0.73 uses JDK 17 So to use multiple JDKs at