-
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] Hilt 적용 #453
Comments
EmilyCh0
added a commit
that referenced
this issue
Sep 20, 2023
* 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]>
BGuga
pushed a commit
that referenced
this issue
Oct 17, 2023
* 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]>
BGuga
pushed a commit
that referenced
this issue
Oct 17, 2023
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ 세부 내용
Hilt 를 사용해서수동 DI 를 자동 DI 로 변경한다
⏰ 예상 소요 시간
4시간
The text was updated successfully, but these errors were encountered: