I wrote a library for injecting Kodein bindings in...
# kodein
k
I wrote a library for injecting Kodein bindings into class constructors: https://github.com/kailan/kodeinject
👍 1
d
kailan: did you test performance? reflection can be a bottleneck
k
I haven't yet, although that's something valuable I want to implement in the next update
d
btw here is nice di benchmark (for android) https://github.com/ScottPierce/kotlin-android-di-benchmark
k
Thanks! I'll take a look 🙂