-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AN/USER] refactor: Hilt 적용(#453) #454
Conversation
Co-authored-by: SeongHoonC <[email protected]>
Co-authored-by: SeongHoonC <[email protected]>
Co-authored-by: SeongHoonC <[email protected]>
Co-authored-by: SeongHoonC <[email protected]>
Co-authored-by: SeongHoonC <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👍
.build() | ||
|
||
@Provides | ||
@Singleton |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반환 타입이 원시 타입이라 Qualifier를 미리 정의하는건 어떤가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BaseUrlQualifier 추가 완료!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
드디어 힐트 적용이네요! 추가 커밋 고생 많으셨습니다!
* chore: Hilt 의존성 추가 Co-authored-by: SeongHoonC <[email protected]> * feat: 의존성 주입 모듈 추가 Co-authored-by: SeongHoonC <[email protected]> * feat: 의존성 주입에 hilt 적용 Co-authored-by: SeongHoonC <[email protected]> * refactor: 사용하지 않는 수동 di 코드 삭제 Co-authored-by: SeongHoonC <[email protected]> * chore: ktlintcheck Co-authored-by: SeongHoonC <[email protected]> * refactor: 불필요한 어노테이션 제거 * refactor: 뷰모델 스코프 모듈 분리 * chore: 싱글톤 모듈 패키지 이동 * refactor: BaseUrlQualifier 추가 --------- Co-authored-by: SeongHoonC <[email protected]>
* chore: Hilt 의존성 추가 Co-authored-by: SeongHoonC <[email protected]> * feat: 의존성 주입 모듈 추가 Co-authored-by: SeongHoonC <[email protected]> * feat: 의존성 주입에 hilt 적용 Co-authored-by: SeongHoonC <[email protected]> * refactor: 사용하지 않는 수동 di 코드 삭제 Co-authored-by: SeongHoonC <[email protected]> * chore: ktlintcheck Co-authored-by: SeongHoonC <[email protected]> * refactor: 불필요한 어노테이션 제거 * refactor: 뷰모델 스코프 모듈 분리 * chore: 싱글톤 모듈 패키지 이동 * refactor: BaseUrlQualifier 추가 --------- Co-authored-by: SeongHoonC <[email protected]>
📌 관련 이슈
✨ PR 세부 내용
현재 전부 Singleton, SingletonComponent-> ViewModelComponent와 Singleton 아닌 것 분리