Base controller injection
Closed this issue · 1 comments
tjaved970 commented
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
FunnyDevs commented
With the new release now it should work.