recruit-lifestyle/FloatingView

com.github.recruit-lifestyle:FloatingView:2.2.3 does not compile with Dagger

FaroukMohameden opened this issue · 0 comments

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 ?