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
Copy file name to clipboardExpand all lines: generator/test.sh
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
#!/usr/bin/env bash
2
2
set -euo pipefail
3
3
4
-
# TODO enable sound null safety after depependencies are out:
5
-
# Because build_runner >=0.9.1+1 depends on io ^0.3.0 and build_runner <=0.9.1 requires SDK version >=1.9.1 <2.0.0-∞, every version of build_runner requires io ^0.3.0.
6
-
# So, because objectbox_generator_test depends on both build_runner any and io ^1.0.0, version solving failed.
0 commit comments