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.
appcompat - 현재 Android 기존의 뷰 시스템을 사용하지 않으므로 제거
constraintLayout - Compose ConstraintLayout 사용할 것으로 예상하고 추가해놓았으나, 결과적으로 사용하지 않음
coil - 서버에서 동적으로 image url 을 받아서 이를 렌더링 하지 않으므로 제거
junit, espresso - 기본적으로 모듈을 만들때 만들어지는 테스트 관련 의존성 제거
이들을 제거하고 빌드했을 경우 정상적으로 빌드되는 것을 확인