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
Currently the build runner and build tasks in the Intellij configs (and even when running the commands in the command line) are using the globally installed dart version. This is not very robust and leads to errors.
We should change the project run config stuff to use the fvm dart version not the globally installed one.
Maxs comment on this: "I think there was a reason to do it the other way around, but maybe only for CI. Not so sure sadly but worth trying! It makes way more sense!"
The text was updated successfully, but these errors were encountered:
Currently the build runner and build tasks in the Intellij configs (and even when running the commands in the command line) are using the globally installed dart version. This is not very robust and leads to errors.
We should change the project run config stuff to use the fvm dart version not the globally installed one.
Maxs comment on this: "I think there was a reason to do it the other way around, but maybe only for CI. Not so sure sadly but worth trying! It makes way more sense!"
The text was updated successfully, but these errors were encountered: