Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 작업 내용
Gradle 프로젝트 경로를 하이픈(-) 기반으로 변경하고, 이에 따라 모듈 의존성 선언 방식을 업데이트했습니다.
또한,
settings.gradle.kts에includeAuto유틸리티 함수를 추가하여 모듈 등록 과정을 자동화하고 가독성을 높였습니다.프로젝트 경로 변경:
모듈 경로 구분자를 콜론(
:)에서 하이픈(-)으로 변경 (e.g.,:core:data->:core-data)의존성 업데이트
변경된 프로젝트 경로 규칙에 맞춰
app및core:data모듈의 의존성 선언을 수정자동화 스크립트 추가
settings.gradle.kts에 디렉토리 경로를 기반으로 프로젝트 경로를 자동 생성하고 포함하는includeAuto함수 구현🧩 관련 이슈
📸 스크린샷
📢 논의하고 싶은 내용
Summary by CodeRabbit
릴리스 노트
이번 릴리스에는 사용자 대면 기능 변화가 없습니다. 내부 빌드 시스템을 정리했습니다.
✏️ Tip: You can customize this high-level summary in your review settings.