Hi all. I’m about to get into Kotlin. Would you re...
# getting-started
c
Hi all. I’m about to get into Kotlin. Would you recommend using dependency injection (and if so, what’s a great framework for it), or would it be doing it wrong going that route with Kotlin? When coding Java, I prefer to work with Guice fwiw.
c
chillenious: go with guice, or kodein, or wait for spring 5 with extended kotlin support. dont forget to use the kotlin compiler plugin extensions for generating open classes by default (otherwise spring will fail generating its proxies for final classes).
👍 1