FunnyDevs/hilt-conductor

Base controller injection

Closed this issue · 1 comments

I have a BaseController class that extends all my controllers. I want to inject a dependency in the BaseController and use it in my child controllers. Currently I can't do that.

It throws this exception
Caused by: kotlin.UninitializedPropertyAccessException: lateinit property test has not been initialized

With the new release now it should work.