DEV Community

Discussion on: Ktor - a Kotlin web framework

Collapse
 
rjaros profile image
Robert Jaros

You can easily use Ktor with Guice. This way creating and injecting components is just as easy as with Spring.

Collapse
 
jillesvangurp profile image
Jilles van Gurp

Like Spring this works only on the JVM. A multi platform injection framework would be needed long term. If, I'm on the JVM, I'd probably prefer spring for dependency injection since it is less verbose.