dagger.internal.codegen.ComponentProcessor was unable to process 'com.pss.presentation.viewmode.SplashViewModel' because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code. #1
Labels
Korean
문제 - Firebase 관련 module을 만들고 주입을 받는 과정에서 빌드 오류 발생
로그 - 아래 코드 참조
원인 - app 모듈 부분의 gradle에는 firebase 종속성이 추가되어 있었지만 presentation 모듈 부분의 gradle에는 종속성이 누락돼있었다
해결 - presentation 모듈 gradle에 firebase 관련 종속성을 추가하였다
English
Problem - Build error in the process of creating and injecting a module related to Firebase
Log - Refer to the code below
Cause - Firebase dependency was added to the gradle in the app module part, but the dependency was omitted in the gradle in the presentation module part
Solution - Firebase dependencies were added to the presentation module gradle
The text was updated successfully, but these errors were encountered: