ktorio / ktor-init-tools

ktor project generator web page and IDEA plugin
https://start.ktor.io
Other
40 stars 20 forks source link

Add missing ContentNegotiationFeature features import #43

Open UnlikeMars opened 3 years ago

UnlikeMars commented 3 years ago

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.