I am trying to generate the App Bundle via Android studio (Build -> Generate Signed Bundle / APK), and I am running into an error when building a bundle.
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety
Is there a way that I can add the argument --no-sound-null-safety
, similar to what you can do in the command line?