diff --git a/modules/change_detection/pubspec.yaml b/modules/change_detection/pubspec.yaml index f124130c99..1e413e4e51 100644 --- a/modules/change_detection/pubspec.yaml +++ b/modules/change_detection/pubspec.yaml @@ -4,6 +4,8 @@ environment: dependencies: facade: path: ../facade + reflection: + path: ../reflection dev_dependencies: test_lib: path: ../test_lib diff --git a/modules/core/pubspec.yaml b/modules/core/pubspec.yaml index 3ac102d1ce..b301e29f39 100644 --- a/modules/core/pubspec.yaml +++ b/modules/core/pubspec.yaml @@ -8,6 +8,8 @@ dependencies: path: ../di facade: path: ../facade + reflection: + path: ../reflection dev_dependencies: test_lib: path: ../test_lib diff --git a/modules/di/pubspec.yaml b/modules/di/pubspec.yaml index bb9563572b..084e2c9a3f 100644 --- a/modules/di/pubspec.yaml +++ b/modules/di/pubspec.yaml @@ -4,6 +4,8 @@ environment: dependencies: facade: path: ../facade + reflection: + path: ../reflection dev_dependencies: test_lib: path: ../test_lib