We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304505b commit 3791870Copy full SHA for 3791870
generator/integration-tests/part-partof/pubspec.yaml
@@ -23,3 +23,6 @@ dependency_overrides:
23
path: ../../../objectbox
24
objectbox_generator:
25
path: ../../
26
+ # analyzer 7.4.0 introduced breaking API changes in a minor release, breaking json_serializable
27
+ # https://github.com/google/json_serializable.dart/issues/1485
28
+ analyzer: '<=7.3.0'
0 commit comments