Closed apatrida closed 9 years ago
Also it would make sense to use another grouping class instead of Delegates
.
I suggest Injections
:
val log: Logger by Injections.injektLogger()
Maybe, Injections.logger()
... I chose Delegates
because that is where people are trained to look to delegate a property. Will think on it.
they are now top level to match Kotlin M13
So that people do not tend to import
uy.kohesion.injekt.*
can moveDelegates
extension methods touy.kohesion.injekt.delegates
so that they can be imported from there as a whole and found as a group more easily.