I have multiple Flutter Android app projects
that have different compatibilities of Java
.
Now, what should I do if I am developing more than one project simultaneously
?
If the first one uses Java 17
, and another uses Java 18
,
What should I do in environment variables > system variables?
or
Are there any approaches to consider before building a Flutter Android app project?