Title
k

kailan

02/16/2017, 12:04 PM
I wrote a library for injecting Kodein bindings into class constructors: https://github.com/kailan/kodeinject
šŸ‘ 1
d

deviant

03/06/2017, 7:53 PM
kailan: did you test performance? reflection can be a bottleneck
k

kailan

03/06/2017, 7:54 PM
I haven't yet, although that's something valuable I want to implement in the next update
d

deviant

03/06/2017, 7:55 PM
btw here is nice di benchmark (for android) https://github.com/ScottPierce/kotlin-android-di-benchmark
k

kailan

03/06/2017, 7:56 PM
Thanks! I'll take a look šŸ™‚