Hey. I’m just wondering - is there any shorthand for injecting dependencies into custom view instanace which is created by layout inflater?
Now I’m using sth like this:
Copy code
val myDep = (StandAloneContext.koinContext as KoinContext).get<MyDependency>()