Join Slack
Communities
Powered by
hi - looking into kodein a bit, does it use reflec...
# kodein
p
Peter
09/22/2020, 5:10 PM
hi - looking into kodein a bit, does it use reflection or perform code generation?
r
romainbsl
09/23/2020, 4:37 AM
Short answer: Neither, as it is targeting Kotlin/Multiplatform we can use reflection.
romainbsl
09/23/2020, 4:38 AM
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.
romainbsl
09/23/2020, 4:39 AM
in the case of the JVM we use reflection
3
Views
Open in Slack
Previous
Next