question: is there something similar to `@Value` f...
# ktor
t
question: is there something similar to
@Value
from Spring in Ktor?
b
You would need to use some kind of dependency injection tool to provide something similar.
t
gotcha, just found Kodein which will do what i want!
thank you! 🙂
k
there is more than just kodein, and from what i've seen around here, not everyone is as big a fan of it so you should probably do a comparison of your own
t
any recommendations?
k
well there are loads starting with this list https://kotlin.link/?q=dependency%20injection and others like guice (which is java), dagger (also java), and I like the look of lightsaber
t
awesome thanks! Kodein is actually doing what i need so ima vet it out some more 🙂