ktor-init-tools
ktor-init-tools copied to clipboard
Add missing ContentNegotiationFeature features import
Currently, when no other feature then ContentNegotiation is selected, the generated project is not compilable since it is missing the io.ktor.features.*
import.
This PR adds the required import to the ContentNegotiationFeature
code. References issue #26.