hi - looking into kodein a bit, does it use reflec...
# kodein
p
hi - looking into kodein a bit, does it use reflection or perform code generation?
r
Short answer: Neither, as it is targeting Kotlin/Multiplatform we can use reflection.
So, we use our own Type system to manage binding types. https://github.com/Kodein-Framework/Kodein-Type under the hood, we manage types differently for JVM targets and non-JVM targets.
in the case of the JVM we use reflection