-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
has reproduce stepshas temporary solutionworking doneworking complete. will release on next versionworking complete. will release on next version
Description
melos로 모노레포를 구성하여 사용 시, flutter_naver_map 패키지를 중복으로 인식하는 문제를 겪고 있습니다.
flutter clean이나 gradle 초기화 등을 수행해도 지속적으로 문제가 발생하네요.
혹시 비슷한 문제를 겪고 계신 분이 계실까요?
melos.yaml: Multiple packages with the name `flutter_naver_map` found in the workspace, which is unsupported.
To fix this problem, consider renaming your packages to have a unique name.
The packages that caused the problem are:
- flutter_naver_map at packages/peonani_app/build/app/intermediates/assets/debug/mergeDebugAssets/flutter_assets/packages/flutter_naver_map
- flutter_naver_map at packages/peonani_app/build/app/intermediates/flutter/debug/flutter_assets/packages/flutter_naver_map
해당 문제는 다음과 같이 회피 가능하지만 이유가 궁금해서 적어 봤습니다.
melos.yaml
ignore:
- packages/**/build/**Metadata
Metadata
Assignees
Labels
has reproduce stepshas temporary solutionworking doneworking complete. will release on next versionworking complete. will release on next version