You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
I have a project built with Dagger 2.0. When i added compile 'com.github.recruit-lifestyle:FloatingView:2.2.3 to build.gradle i got DaggerApplicationComponent can not be resolved error wich means Dagger can not compile together with this library.
I know this error of Dagger and had solved it before but this time the only solution is to remove the FloatingView dependency but i need it !!
Any solution ?
The text was updated successfully, but these errors were encountered:
I have a project built with Dagger 2.0. When i added
compile 'com.github.recruit-lifestyle:FloatingView:2.2.3
tobuild.gradle
i gotDaggerApplicationComponent can not be resolved
error wich meansDagger
can not compile together with this library.I know this error of Dagger and had solved it before but this time the only solution is to remove the
FloatingView
dependency but i need it !!Any solution ?
The text was updated successfully, but these errors were encountered: