I have updated Dagger2 dependency from 2.0.2 to 2....
# android
d
I have updated Dagger2 dependency from 2.0.2 to 2.5 and now compiler fails on injecting to
object
classes saying
Error:Dagger does not support injection into static fields
, can anyone know how should I refactor Kotlin’s
object
class to work again?