I am using FVM (Flutter version management) with multiple projects in Android Studio.
I'd like for each android studio project to configure the flutter sdk to <my-project-path>/.fvm/flutter_sdk
so that each project uses the right version of the flutter SDK in Android Studio
But when I go into the Android Studio's preferences and change the Flutter SDK path
it is updated for all my projects.
Is there any way the sdk can be configured for each project independently?